 
 .schedule-table-scroll {
    width: 90%;
    margin: 0 auto;
}

.scientific-table {
    width: 90%;
}
 
 .scientific-schedule-section {
        padding: 25px 0 35px;
    }

    .scientific-schedule {
        width: 100%;
        margin-top: 8px;
    }


    /* =========================================================
   SCHEDULE TABS
========================================================= */

    .schedule-tabs {
        display: flex;
        width: 100%;
        gap: 5px;
        margin-bottom: 15px;
        border-bottom: 3px solid #333;
        overflow-x: auto;
    }

    .schedule-tab {
        flex: 1 1 25%;
        min-width: 180px;
        border: 0;
        margin: 0;
        padding: 8px 8px 7px;
        border-radius: 6px 6px 0 0;
        cursor: pointer;
        font-family: inherit;
        text-align: center;
        transition: all .2s ease;
    }


    /* ---------------------------------------------------------
   TAB COLOURS
--------------------------------------------------------- */

    .schedule-tab:nth-child(1) {
        background: #f4d7df;
    }

    .schedule-tab:nth-child(2) {
        background: #2e319230;
    }

    .schedule-tab:nth-child(3) {
        background: #e7deed;
    }

    .schedule-tab:nth-child(4) {
        background: #2e319230;
    }


    /* ---------------------------------------------------------
   ACTIVE TAB
--------------------------------------------------------- */

    .schedule-tab.active {
        color: #ffffff;
    }

    .schedule-tab:nth-child(1).active {
        background: #bd3d5b;
    }

    .schedule-tab:nth-child(2).active {
        background: #543fa3;
    }

    .schedule-tab:nth-child(3).active {
        background: #8c407e;
    }

    .schedule-tab:nth-child(4).active {
        background: #543fa3;
    }

    .schedule-tab:hover {
        transform: translateY(-1px);
    }


    /* ---------------------------------------------------------
   TAB TEXT
--------------------------------------------------------- */

    .tab-title {
        display: block;
        font-size: 14px;
        line-height: 16px;
        font-weight: 800;
    }

    .tab-date {
        display: block;
        margin-top: 2px;
        font-size: 14px;
        line-height: 23px;
        font-weight: 600;
    }


    /* =========================================================
   SCHEDULE PANELS
========================================================= */

    .schedule-panel {
        display: none;
    }

    .schedule-panel.active {
        display: block;
    }


    /* =========================================================
   PANEL HEADING
========================================================= */

    .schedule-panel-heading {
        padding: 6px 8px;
        margin-bottom: 7px;        
        font-size: 14px;
        line-height: 16px;
        font-weight: 800;
        background: #f2dce2;
        border-left: 4px solid #bd3d5b;
    }


    /* =========================================================
   DAY HEADING
========================================================= */

    .schedule-day-label {
        margin-bottom: 7px;
        padding: 5px 8px;
        font-size: 14px;
        line-height: 24px;
        font-weight: 800;
        background: #cbdae7;
        border-left: 4px solid #2879a7;
    }


    /* =========================================================
   TABLE SCROLL WRAPPER
========================================================= */

    .schedule-table-scroll {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 20px;
    }


    /* =========================================================
   COMMON TABLE
========================================================= */

    .scientific-table {		
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        margin: 0;
        font-size: 14px;
        line-height: 1.2;
        color: #111;
    }

    .scientific-table th,
    .scientific-table td {
        border: 1px solid #fff !important;
        padding: 5px 6px !important;
        vertical-align: middle;
    }


    /* =========================================================
   PRE-CONFERENCE WORKSHOP TABLE
========================================================= */

    .workshop-table {
        width: 100%;
    }

    .workshop-table td:first-child {
        width: 15%;
        white-space: nowrap;
    }

    .workshop-table td:nth-child(2) {
        width: 85%;
    }

    .workshop-table tr:nth-child(odd) td {
        background: #fff5f8;
    }

    .workshop-table tr:nth-child(even) td {
        background: #eef7fb;
    }

    .schedule-center {
        text-align: center;
        font-weight: 700;
    }

    .schedule-bold {
        font-weight: 700;
    }


    /* =========================================================
   DAY HEADER TABLE
========================================================= */

    .day-header-table {
        width: 100%;
    }

    .day-title-row th {
        background: #d8eaf5 !important;
        padding: 4px 7px !important;
        text-align: center;
        font-size: 14px;
        line-height: 14px;
        font-weight: 800;
    }

    .day-title-row th:first-child {
        width: 15%;
        text-align: left;
    }

    .registration-row td {
        background: #eef7fb !important;
        padding: 4px 7px !important;
        font-weight: 700;
    }


    /* =========================================================
   SCIENTIFIC SESSION TABLE
========================================================= */

    .session-table {
        width: 100%;
        table-layout: fixed;
    }


    /* =========================================================
   SIX PHYSICAL COLUMNS
========================================================= */

    .session-table .col-main-time {
        width: 14%;
    }

    .session-table .col-sub-time {
        width: 12%;
    }

    .session-table .col-session {
        width: 8%;
    }

    .session-table .col-topic {
        width: 27%;
    }

    .session-table .col-speaker {
        width: 25%;
    }

    .session-table .col-chairperson {
        width: 14%;
    }


    /* =========================================================
   SESSION TITLE
========================================================= */

    .session-title-row th {
        background: #dceaf3 !important;
        padding: 4px 6px !important;
        text-align: center;
        font-size: 14px;
        line-height: 13px;
        font-weight: 800;
    }


    /* =========================================================
   COLUMN HEADINGS
========================================================= */

    .column-title-row th {
        background: #eef3f6 !important;
        padding: 3px 5px !important;
        text-align: center;
        font-size: 14px;
        line-height: 12px;
        font-weight: 800;
    }


    /* =========================================================
   SESSION BODY STRIPES
========================================================= */

    .session-table tbody tr:nth-child(odd) td {
        background: #fff4f7;
    }

    .session-table tbody tr:nth-child(even) td {
        background: #eef7fb;
    }


    /* =========================================================
   TIME
========================================================= */

    .schedule-time {
        text-align: center;
        white-space: nowrap;
    }

    .schedule-time-main {
        text-align: center;
        white-space: nowrap;
        font-weight: 600;
    }

    .schedule-sub-time {
        text-align: center;
        white-space: nowrap;
        font-size: 14px;
    }


    /* =========================================================
   MEET THE EXPERT
========================================================= */

    .meet-expert {
        background: #f8e7cf !important;
        text-align: center;
        font-weight: 800;
        line-height: 13px;
    }


    /* =========================================================
   TOPICS
========================================================= */

    .session-table td:nth-child(4) {
        text-align: left;
    }


    /* =========================================================
   SPEAKER
========================================================= */

    .session-table td:nth-child(5) {
        text-align: left;
    }


    /* =========================================================
   CHAIRPERSON
========================================================= */

    .session-table td:nth-child(6) {
        text-align: center;
    }


    /* =========================================================
   TEA BREAK
========================================================= */

    .tea-break-row td {
        background: #f3dfb6 !important;
        padding: 4px 7px !important;
        font-size: 14px;
        line-height: 16px;
        font-weight: 800;
        text-align: left;
    }


    /* =========================================================
   FUTURE DAY PLACEHOLDER
========================================================= */

    .schedule-coming {
        padding: 20px;
        text-align: center;
        border: 1px dashed #aaa;
        font-size: 12px;
        color: #777;
    }


    /* =========================================================
   767px
========================================================= */

    @media (max-width: 767px) {

        .scientific-schedule-section {
            padding: 18px 0 25px;
        }

        .scientific-schedule {
            margin-top: 5px;
        }


        /* -----------------------------------------------------
       TABS
    ----------------------------------------------------- */

        .schedule-tabs {
            gap: 3px;
            margin-bottom: 12px;
        }

        .schedule-tab {
            min-width: 145px;
            padding: 7px 5px 6px;
            border-radius: 5px 5px 0 0;
        }

        .tab-title {
            font-size: 10px;
            line-height: 13px;
        }

        .tab-date {
            font-size: 8px;
            line-height: 11px;
            margin-top: 2px;
        }


        /* -----------------------------------------------------
       HEADINGS
    ----------------------------------------------------- */

        .schedule-panel-heading {
            padding: 5px 6px;
            margin-bottom: 6px;
            font-size: 11px;
            line-height: 14px;
        }

        .schedule-day-label {
            padding: 4px 6px;
            margin-bottom: 6px;
            font-size: 11px;
            line-height: 14px;
        }


        /* -----------------------------------------------------
       TABLE
    ----------------------------------------------------- */

        .schedule-table-scroll {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            margin-bottom: 10px;
        }

        .scientific-table {
            min-width: 760px;
            font-size: 10px;
            line-height: 1.2;
        }

        .scientific-table th,
        .scientific-table td {
            padding: 3px 4px !important;
        }

        .schedule-sub-time {
            font-size: 9px;
        }

        .column-title-row th {
            font-size: 9px;
        }

        .session-title-row th {
            font-size: 10px;
        }

        .tea-break-row td {
            font-size: 12px;
        }

    }


    /* =========================================================
   575px
========================================================= */

    @media (max-width: 575px) {

        .scientific-schedule-section {
            padding: 15px 0 20px;
        }


        /* -----------------------------------------------------
       TABS - 2 x 2
    ----------------------------------------------------- */

        .schedule-tabs {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3px;
            border-bottom: 0;
            margin-bottom: 10px;
        }

        .schedule-tab {
            min-width: 0;
            width: 100%;
            padding: 7px 4px;
            border-radius: 4px;
        }

        .tab-title {
            font-size: 10px;
            line-height: 12px;
        }

        .tab-date {
            font-size: 8px;
            line-height: 10px;
        }


        /* -----------------------------------------------------
       HEADINGS
    ----------------------------------------------------- */

        .schedule-panel-heading {
            font-size: 10px;
            line-height: 13px;
            padding: 5px;
            margin-bottom: 5px;
        }

        .schedule-day-label {
            font-size: 10px;
            line-height: 13px;
            padding: 4px 5px;
        }


        /* -----------------------------------------------------
       TABLE
    ----------------------------------------------------- */

        .scientific-table {
            min-width: 720px;
            font-size: 9.5px;
            line-height: 1.2;
        }

        .scientific-table th,
        .scientific-table td {
            padding: 3px 4px !important;
        }

        .schedule-sub-time {
            font-size: 8.5px;
        }

        .column-title-row th {
            font-size: 8.5px;
        }

        .session-title-row th {
            font-size: 9.5px;
        }

        .tea-break-row td {
            font-size: 11px;
        }

        .schedule-table-scroll {
            margin-bottom: 8px;
        }

    }


    /* =========================================================
   425px
========================================================= */

    @media (max-width: 425px) {

        .scientific-schedule-section {
            padding: 12px 0 18px;
        }


        /* -----------------------------------------------------
       TABS
    ----------------------------------------------------- */

        .schedule-tabs {
            gap: 2px;
            margin-bottom: 9px;
        }

        .schedule-tab {
            padding: 6px 3px;
        }

        .tab-title {
            font-size: 9px;
            line-height: 11px;
        }

        .tab-date {
            font-size: 7px;
            line-height: 9px;
        }


        /* -----------------------------------------------------
       HEADINGS
    ----------------------------------------------------- */

        .schedule-panel-heading {
            font-size: 9px;
            line-height: 12px;
            padding: 4px;
            border-left-width: 3px;
        }

        .schedule-day-label {
            font-size: 9px;
            line-height: 12px;
            padding: 4px;
            border-left-width: 3px;
        }


        /* -----------------------------------------------------
       TABLE
    ----------------------------------------------------- */

        .scientific-table {
            min-width: 700px;
            font-size: 9px;
            line-height: 1.15;
        }

        .scientific-table th,
        .scientific-table td {
            padding: 2px 3px !important;
        }

        .schedule-sub-time {
            font-size: 8px;
        }

        .column-title-row th {
            font-size: 8px;
        }

        .session-title-row th {
            font-size: 9px;
        }

        .tea-break-row td {
            font-size: 10px;
            padding: 3px 5px !important;
        }

    }


    /* =========================================================
   375px
========================================================= */

    @media (max-width: 375px) {

        .scientific-schedule-section {
            padding: 10px 0 15px;
        }


        /* -----------------------------------------------------
       TABS
    ----------------------------------------------------- */

        .schedule-tabs {
            gap: 2px;
            margin-bottom: 8px;
        }

        .schedule-tab {
            padding: 5px 2px;
            border-radius: 3px;
        }

        .tab-title {
            font-size: 8px;
            line-height: 10px;
        }

        .tab-date {
            font-size: 6.5px;
            line-height: 8px;
        }


        /* -----------------------------------------------------
       HEADINGS
    ----------------------------------------------------- */

        .schedule-panel-heading {
            font-size: 8.5px;
            line-height: 11px;
            padding: 4px 3px;
        }

        .schedule-day-label {
            font-size: 8.5px;
            line-height: 11px;
            padding: 3px 4px;
        }


        /* -----------------------------------------------------
       TABLE
       Keep readable - horizontal scrolling
    ----------------------------------------------------- */

        .scientific-table {
            min-width: 680px;
            font-size: 8.5px;
            line-height: 1.15;
        }

        .scientific-table th,
        .scientific-table td {
            padding: 2px 3px !important;
        }

        .schedule-sub-time {
            font-size: 7.5px;
        }

        .column-title-row th {
            font-size: 7.5px;
        }

        .session-title-row th {
            font-size: 8.5px;
        }

        .tea-break-row td {
            font-size: 9.5px;
        }

    }

    .parallel-session-wrap {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        overflow: visible;
    }


    /* =========================================================
   TABLE
========================================================= */

    .parallel-session-table {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        margin: 0;
        padding: 0;

        border-collapse: collapse;
        border-spacing: 0;

        table-layout: fixed;

        font-size: 14px;
        line-height: 1.25;

        color: #111111;
    }


    /* =========================================================
   ALL CELLS
========================================================= */

    .parallel-session-table th,
    .parallel-session-table td {
        border: 1px solid #fff !important;

        padding: 4px 5px !important;

        vertical-align: middle;

        box-sizing: border-box;

        white-space: normal;

        overflow-wrap: break-word;
        word-wrap: break-word;

        max-width: 0;
    }


    /* =========================================================
   COLUMN WIDTHS
========================================================= */

    /*
   TOTAL = 100%

   LEFT SESSION
   Time       11%
   Sub-time   12%
   Topic      14%
   Speaker    12%
   Chair       8%

   RIGHT SESSION
   Topic      14%
   Speaker    12%
   Chair        7%
*/

    .parallel-session-table .parallel-time {
        width: 11%;
    }

    .parallel-session-table .parallel-subtime {
        width: 12%;
    }

    .parallel-session-table .parallel-topic {
        width: 14%;
    }

    .parallel-session-table .parallel-speaker {
        width: 12%;
    }

    .parallel-session-table .parallel-chairperson {
        width: 8%;
    }

    .parallel-session-table .parallel-topic-right {
        width: 14%;
    }

    .parallel-session-table .parallel-speaker-right {
        width: 12%;
    }

    .parallel-session-table .parallel-chairperson-right {
        width: 7%;
    }


    /* =========================================================
   MAIN PARALLEL SESSION TITLE
========================================================= */

    .parallel-main-title th {
        background: #e3edf4 !important;

        padding: 4px 6px !important;

        text-align: center;

        font-size: 14px;
        line-height: 15px;

        font-weight: 800;
    }


    /* =========================================================
   SCIENTIFIC SESSION TITLES
========================================================= */

    .parallel-session-title th {
        background: #d7e8f2 !important;

        padding: 4px 5px !important;

        text-align: center;

        font-size: 14px;
        line-height: 14px;

        font-weight: 800;
    }


    /* =========================================================
   COLUMN HEADINGS
========================================================= */

    .parallel-column-heading th {
        background: #edf3f6 !important;

        padding: 3px 4px !important;

        text-align: center;

        font-size: 12px;
        line-height: 12px;

        font-weight: 800;
    }


    /* =========================================================
   SUB-TITLES
========================================================= */

    .parallel-subtitle-row th,
    .parallel-subtitle-row td {
        background: #f7ead7 !important;

        padding: 3px 5px !important;

        text-align: center;

        font-size: 12px;
        line-height: 12px;

        font-weight: 700;
    }


    /* =========================================================
   BODY STRIPING
========================================================= */

    .parallel-session-table tbody tr:nth-child(odd) td {
        background: #fff5f8;
    }

    .parallel-session-table tbody tr:nth-child(even) td {
        background: #eef7fb;
    }


    /* =========================================================
   TIME COLUMN
========================================================= */

    .parallel-main-time {
        text-align: center;

        vertical-align: middle !important;

        font-weight: 600;

        line-height: 1.25;
    }


    /* =========================================================
   SUB-TIME
========================================================= */

    .parallel-time-cell {
        text-align: center;

        vertical-align: middle !important;

        font-size: 12px;

        line-height: 1.2;
    }


    /* =========================================================
   TOPIC
========================================================= */

    .parallel-session-table td {
        text-align: left;
    }


    /* =========================================================
   Q & A
========================================================= */

    .audience-question {
        text-align: center !important;

        font-weight: 700;

        vertical-align: middle !important;
    }


    /* =========================================================
   LUNCH BREAK
========================================================= */

    .lunch-break-row td {
        background: #f2ddb5 !important;

        padding: 4px 7px !important;

        font-size: 14px;
        line-height: 16px;

        font-weight: 800;
    }

    .lunch-break-row td:first-child {
        text-align: center;

        white-space: nowrap;
    }


    /* =========================================================
   TEA
========================================================= */

    .parallel-tea-row td {
        background: #f2ddb5 !important;

        padding: 4px 7px !important;

        font-size: 14px;
        line-height: 16px;

        font-weight: 800;
    }


    /* =========================================================
   767px
========================================================= */

    @media (max-width: 767px) {

        .parallel-session-wrap {
            width: 100%;
            max-width: 100%;
            overflow: hidden;
        }

        .parallel-session-table {
            width: 100% !important;
            max-width: 100% !important;
            min-width: 0 !important;

            table-layout: fixed;

            font-size: 10.5px;
        }


        .parallel-session-table th,
        .parallel-session-table td {
            padding: 4px 4px !important;

            white-space: normal !important;

            overflow-wrap: break-word;
            word-break: normal;
        }


        .parallel-main-title th {
            font-size: 11px;
        }

        .parallel-session-title th {
            font-size: 10px;
        }

        .parallel-column-heading th {
            font-size: 9.5px;
        }

        .parallel-subtitle-row th,
        .parallel-subtitle-row td {
            font-size: 9.5px;
        }

        .parallel-time-cell {
            font-size: 9.5px;
        }

        .lunch-break-row td,
        .parallel-tea-row td {
            font-size: 13px;
        }
    }


    /* =========================================================
   575px
========================================================= */

    @media (max-width: 575px) {

        .parallel-session-wrap {
            width: 100%;
            max-width: 100%;
            overflow: hidden;
        }

        .parallel-session-table {
            width: 100% !important;
            max-width: 100% !important;
            min-width: 0 !important;

            table-layout: fixed;

            font-size: 10px;
        }


        .parallel-session-table th,
        .parallel-session-table td {
            padding: 3px 3px !important;

            white-space: normal !important;

            overflow-wrap: break-word;
            word-break: normal;
        }


        .parallel-main-title th {
            font-size: 11px;

            padding: 4px 3px !important;
        }

        .parallel-session-title th {
            font-size: 10px;

            padding: 4px 3px !important;
        }

        .parallel-column-heading th {
            font-size: 9px;

            padding: 3px 2px !important;
        }

        .parallel-subtitle-row th,
        .parallel-subtitle-row td {
            font-size: 9px;

            padding: 3px 2px !important;
        }

        .parallel-time-cell {
            font-size: 9px;
        }

        .lunch-break-row td,
        .parallel-tea-row td {
            font-size: 12px;

            padding: 4px 5px !important;
        }
    }


    /* =========================================================
   425px
========================================================= */

    @media (max-width: 425px) {

        .parallel-session-wrap {
            width: 100%;
            max-width: 100%;
            overflow: hidden;
        }

        .parallel-session-table {
            width: 100% !important;
            max-width: 100% !important;
            min-width: 0 !important;

            table-layout: fixed;

            font-size: 9.5px;
        }


        .parallel-session-table th,
        .parallel-session-table td {
            padding: 3px 2px !important;

            white-space: normal !important;

            overflow-wrap: break-word;
            word-break: normal;
        }


        .parallel-main-title th {
            font-size: 10px;

            padding: 4px 2px !important;
        }

        .parallel-session-title th {
            font-size: 9.5px;

            padding: 4px 2px !important;
        }

        .parallel-column-heading th {
            font-size: 8.5px;

            padding: 3px 2px !important;
        }

        .parallel-subtitle-row th,
        .parallel-subtitle-row td {
            font-size: 8.5px;

            padding: 3px 2px !important;
        }

        .parallel-time-cell {
            font-size: 8.5px;
        }

        .lunch-break-row td,
        .parallel-tea-row td {
            font-size: 11px;

            padding: 4px 4px !important;
        }
    }


    /* =========================================================
   375px
========================================================= */

    @media (max-width: 375px) {

        .parallel-session-wrap {
            width: 100%;
            max-width: 100%;
            overflow: hidden;
        }

        .parallel-session-table {
            width: 100% !important;
            max-width: 100% !important;
            min-width: 0 !important;

            table-layout: fixed;

            font-size: 9px;
        }


        .parallel-session-table th,
        .parallel-session-table td {
            padding: 3px 2px !important;

            white-space: normal !important;

            overflow-wrap: break-word;
            word-break: normal;
        }


        .parallel-main-title th {
            font-size: 10px;

            padding: 4px 2px !important;
        }

        .parallel-session-title th {
            font-size: 9px;

            padding: 4px 2px !important;
        }

        .parallel-column-heading th {
            font-size: 8px;

            padding: 3px 1px !important;
        }

        .parallel-subtitle-row th,
        .parallel-subtitle-row td {
            font-size: 8px;

            padding: 3px 1px !important;
        }

        .parallel-time-cell {
            font-size: 8.5px;
        }

        .lunch-break-row td,
        .parallel-tea-row td {
            font-size: 11px;

            padding: 4px 3px !important;
        }
    }

    .session-four-wrap {
        width: 100%;
        max-width: 100%;
        margin-top: 14px !important;
        margin-bottom: 14px !important;
        padding: 0;
        overflow: visible;
    }




    /* =========================================================
   TABLE
========================================================= */

    .session-four-table {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        margin: 0;
        padding: 0;

        border-collapse: collapse;
        border-spacing: 0;

        table-layout: fixed;

        font-size: 14px;
        line-height: 1.25;

        color: #111;
    }


    /* =========================================================
   EXACT 7-COLUMN WIDTHS
========================================================= */

    /*
   LEFT SIDE = 5 COLUMNS

   Time main       13%
   Time sub         9%
   Topic           16%
   Speaker         11%
   Chairperson      7%

   RIGHT SIDE = 2 COLUMNS

   Judge            22%
   Judge            22%

   TOTAL = 100%
*/

    .session-four-table .s4-time-main {
        width: 13%;
    }

    .session-four-table .s4-time-sub {
        width: 9%;
    }

    .session-four-table .s4-topic {
        width: 16%;
    }

    .session-four-table .s4-speaker {
        width: 11%;
    }

    .session-four-table .s4-chairperson {
        width: 7%;
    }

    .session-four-table .s4-judge-one {
        width: 22%;
    }

    .session-four-table .s4-judge-two {
        width: 22%;
    }


    /* =========================================================
   ALL CELLS
========================================================= */

    .session-four-table th,
    .session-four-table td {

        border: 1px solid #fff !important;

        padding: 4px 5px !important;

        box-sizing: border-box;

        vertical-align: middle;

        white-space: normal;

        overflow-wrap: break-word;
        word-wrap: break-word;

        max-width: 0;
    }


    /* =========================================================
   MAIN TITLE
========================================================= */

    .s4-main-title th {

        background: #e3edf4 !important;

        padding: 4px 6px !important;

        text-align: center;

        font-size: 14px;
        line-height: 15px;

        font-weight: 800;
    }


    /* =========================================================
   PARALLEL / ORAL PAPER
========================================================= */

    .s4-section-title th {

        background: #d9e8f1 !important;

        padding: 4px 5px !important;

        text-align: center;

        font-size: 13px;
        line-height: 14px;

        font-weight: 800;
    }


    /* =========================================================
   SESSION TITLE
========================================================= */

    .s4-session-title th {

        background: #edf3f6 !important;

        padding: 4px 5px !important;

        text-align: center;

        font-size: 13px;
        line-height: 14px;

        font-weight: 800;
    }


    /* =========================================================
   COLUMN HEADINGS
========================================================= */

    .s4-column-heading th {

        background: #f1f4f6 !important;

        padding: 3px 4px !important;

        text-align: center;

        font-size: 12px;
        line-height: 12px;

        font-weight: 700;
    }


    /* =========================================================
   BODY STRIPING
========================================================= */

    .session-four-table tbody tr:nth-child(odd) td {
        background: #fff5f8;
    }

    .session-four-table tbody tr:nth-child(even) td {
        background: #eef7fb;
    }


    /* =========================================================
   MAIN TIME
========================================================= */

    .s4-main-time {

        text-align: center !important;

        vertical-align: middle !important;

        font-weight: 600;

        line-height: 1.25;
    }


    /* =========================================================
   SUB TIME
========================================================= */

    .s4-sub-time {

        text-align: center !important;

        vertical-align: middle !important;

        font-size: 12px;

        line-height: 1.2;
    }


    /* =========================================================
   RIGHT JUDGE AREA
========================================================= */

    .s4-judge-list {

        background: #f8e7cf !important;

        text-align: left !important;

        vertical-align: top !important;

        padding: 6px 8px !important;

        font-size: 12px;

        line-height: 1.45;

        overflow-wrap: normal;
    }


    /* =========================================================
   Q & A
========================================================= */

    .s4-qa {

        text-align: center !important;

        vertical-align: middle !important;

        font-weight: 700;

        background: #eef7fb !important;
    }


    /* =========================================================
   767px
========================================================= */

    @media (max-width: 767px) {

        .session-four-wrap {
            width: 100%;
            max-width: 100%;
            overflow: hidden;
        }

        .session-four-table {
            width: 100% !important;
            max-width: 100% !important;
            min-width: 0 !important;

            font-size: 12px;
        }

        .session-four-table th,
        .session-four-table td {
            padding: 4px 4px !important;
        }

        .s4-main-title th {
            font-size: 11px;
        }

        .s4-section-title th {
            font-size: 10px;
        }

        .s4-session-title th {
            font-size: 10px;
        }

        .s4-column-heading th {
            font-size: 10px;
        }

        .s4-sub-time {
            font-size: 10px;
        }

        .s4-judge-list {
            font-size: 10px;
            line-height: 1.4;
            padding: 5px 5px !important;
        }
    }


    /* =========================================================
   575px
========================================================= */

    @media (max-width: 575px) {

        .session-four-table {
            width: 100% !important;
            max-width: 100% !important;
            min-width: 0 !important;

            font-size: 10px;
        }

        .session-four-table th,
        .session-four-table td {
            padding: 3px 3px !important;
        }

        .s4-main-title th {
            font-size: 10.5px;
        }

        .s4-section-title th {
            font-size: 9.5px;
        }

        .s4-session-title th {
            font-size: 9.5px;
        }

        .s4-column-heading th {
            font-size: 8.5px;
        }

        .s4-sub-time {
            font-size: 8.5px;
        }

        .s4-judge-list {
            font-size: 9px;
            line-height: 1.35;
            padding: 5px 4px !important;
        }
    }


    /* =========================================================
   425px
========================================================= */

    @media (max-width: 425px) {

        .session-four-table {
            width: 100% !important;
            max-width: 100% !important;
            min-width: 0 !important;

            font-size: 9.5px;
        }

        .session-four-table th,
        .session-four-table td {
            padding: 3px 2px !important;
        }

        .s4-main-title th {
            font-size: 10px;
        }

        .s4-section-title th {
            font-size: 9px;
        }

        .s4-session-title th {
            font-size: 9px;
        }

        .s4-column-heading th {
            font-size: 8px;
        }

        .s4-sub-time {
            font-size: 8px;
        }

        .s4-judge-list {
            font-size: 8.5px;
            line-height: 1.3;
            padding: 4px 3px !important;
        }
    }


    /* =========================================================
   375px
========================================================= */

    @media (max-width: 375px) {

        .session-four-table {
            width: 100% !important;
            max-width: 100% !important;
            min-width: 0 !important;

            font-size: 9px;
        }

        .session-four-table th,
        .session-four-table td {
            padding: 3px 2px !important;
        }

        .s4-main-title th {
            font-size: 10px;
        }

        .s4-section-title th {
            font-size: 9px;
        }

        .s4-session-title th {
            font-size: 8.5px;
        }

        .s4-column-heading th {
            font-size: 8px;
        }

        .s4-sub-time {
            font-size: 8px;
        }

        .s4-judge-list {
            font-size: 8px;
            line-height: 1.3;
            padding: 4px 2px !important;
        }
    }

    .day-two {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        color: #17202a;
    }

    .day-two .schedule-table-wrap {
        width: 100%;
        max-width: 100%;
        margin: 0 0 18px 0;
        padding: 0;
        overflow: visible;
    }


    /* =========================================================
   DAY HEADING
========================================================= */

    .day-two .schedule-day-title {
        margin: 0 0 12px 0;
        padding: 6px 10px;

        border-left: 4px solid #6c3483;

        background: #f1eaf5;

        color: #2c1b35;

        font-size: 14px;
        line-height: 18px;

        font-weight: 800;
    }


    /* =========================================================
   ALL DAY 2 TABLES
========================================================= */

    .day2-table {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        table-layout: fixed;

        border-collapse: collapse;
        border-spacing: 0;

        margin: 0;

        font-size: 14px;
        line-height: 1.25;

        color: #17202a;
    }


    /* =========================================================
   COMMON CELL
========================================================= */

    .day2-table th,
    .day2-table td {

        border: 1px solid #fff !important;

        box-sizing: border-box;

        padding: 5px 6px !important;

        vertical-align: middle;

        white-space: normal;

        overflow-wrap: break-word;
        word-wrap: break-word;

        max-width: 0;
    }


    /* =========================================================
   TOP DAY 2 HEADER
========================================================= */

    .day2-header-table .d2-head-time {
        width: 15%;
    }

    .day2-header-table .d2-head-quiz {
        width: 25%;
    }

    .day2-header-table .d2-head-conducted {
        width: 60%;
    }


    .day2-header-table thead th {

        background: #e8daef !important;

        text-align: center;

        font-size: 14px;

        font-weight: 800;

        padding: 6px !important;
    }


    .day2-header-table tbody td {

        background: #f7f2fa !important;

        text-align: center;

        font-size: 14px;

        font-weight: 600;
    }


    .day2-header-table .d2-quiz {

        background: #dff0f0 !important;

        font-weight: 800;
    }


    .day2-header-table .d2-conducted {

        background: #edf5f5 !important;

        text-align: left;
    }


    .day2-header-table .d2-conducted span {
        font-weight: 400;
    }


    /* =========================================================
   SCIENTIFIC SESSION V
========================================================= */

    .day2-session-v .d2-v-time {
        width: 13%;
    }

    .day2-session-v .d2-v-subtime {
        width: 14%;
    }

    .day2-session-v .d2-v-topic {
        width: 28%;
    }

    .day2-session-v .d2-v-speaker {
        width: 21%;
    }

    .day2-session-v .d2-v-chair {
        width: 24%;
    }


    /* SESSION V TITLE */

    .day2-session-v .d2-v-title th {

        background: #dceaf4 !important;

        text-align: center;

        font-size: 14px;

        font-weight: 800;

        padding: 6px !important;
    }


    /* SESSION V HEAD */

    .day2-session-v .d2-v-head th {

        background: #e9f2f7 !important;

        text-align: center;

        font-size: 13px;

        font-weight: 800;

        padding: 5px !important;
    }


    /* SESSION V BODY */

    .day2-session-v tbody tr:nth-child(odd) td {
        background: #fff7e8;
    }

    .day2-session-v tbody tr:nth-child(even) td {
        background: #edf7f5;
    }


    /* =========================================================
   PARALLEL SESSION
========================================================= */


    /* ---------------------------------------------------------
   8 COLUMN WIDTHS
--------------------------------------------------------- */

    .day2-parallel-table .d2-p-main-time {
        width: 13%;
    }

    .day2-parallel-table .d2-p-sub-time {
        width: 13%;
    }

    .day2-parallel-table .d2-p-topic {
        width: 14%;
    }

    .day2-parallel-table .d2-p-speaker {
        width: 14%;
    }

    .day2-parallel-table .d2-p-chair {
        width: 9%;
    }

    .day2-parallel-table .d2-p-panel {
        width: 13%;
    }

    .day2-parallel-table .d2-p-moderator {
        width: 10%;
    }

    .day2-parallel-table .d2-p-panelists {
        width: 14%;
    }


    /* =========================================================
   PARALLEL TITLE
========================================================= */

    .day2-parallel-table .d2-parallel-title th {

        background: #e7d7ef !important;

        text-align: center;

        font-size: 16px;

        font-weight: 800;

        padding: 7px 5px !important;
    }


    /* =========================================================
   SESSION NAMES
========================================================= */

    .day2-parallel-table .d2-session-names th {

        background: #dceff0 !important;

        text-align: center;

        font-size: 14px;

        font-weight: 800;

        padding: 6px 5px !important;
    }


    /* =========================================================
   COLUMN HEADINGS
========================================================= */

    .day2-parallel-table .d2-parallel-head th {

        background: #f3e8d2 !important;

        text-align: center;

        font-size: 13px;

        font-weight: 800;

        padding: 5px 4px !important;
    }


    /* =========================================================
   PARALLEL BODY STRIPES
========================================================= */

    .day2-parallel-table tbody tr:nth-child(odd) td {
        background: #fff8ed;
    }

    .day2-parallel-table tbody tr:nth-child(even) td {
        background: #edf7f7;
    }


    /* =========================================================
   TOPIC INTRO ROW
========================================================= */

    .day2-parallel-table .d2-topic-intro td {

        background: #f7edf9 !important;

        font-weight: 600;

        vertical-align: middle;
    }


    /* =========================================================
   MAIN TIME
========================================================= */

    .day2-parallel-table .d2-main-time {

        text-align: center;

        vertical-align: middle !important;

        font-weight: 600;

        line-height: 1.25;
    }


    /* =========================================================
   PANEL DISCUSSION
========================================================= */

    .day2-parallel-table .d2-panel-discussion {

        background: #e5f2f0 !important;

        text-align: left;

        vertical-align: top !important;

        font-weight: 700;

        line-height: 1.3;
    }


    /* =========================================================
   MODERATOR
========================================================= */

    .day2-parallel-table .d2-moderator {

        background: #f5ecdc !important;

        text-align: left;

        vertical-align: top !important;

        line-height: 1.35;
    }


    /* =========================================================
   PANELISTS
========================================================= */

    .day2-parallel-table .d2-panelists {

        background: #f0e8f5 !important;

        text-align: left;

        vertical-align: top !important;

        line-height: 1.35;
    }


    /* =========================================================
   Q & A
========================================================= */

    .day2-parallel-table .d2-qa {

        text-align: center;

        font-weight: 800;

        background: #eaf3f4 !important;
    }


    /* =========================================================
   TEA
========================================================= */

    .day2-parallel-table .d2-tea-row td {

        background: #f4e5c8 !important;

        text-align: center;

        font-weight: 800;
    }


    /* =========================================================
   AWARD SESSION
========================================================= */

    .day2-parallel-table .d2-award-row td {

        background: #e9ddf1 !important;

        text-align: center;

        font-size: 16px;

        font-weight: 800;
    }


    /* =========================================================
   GENERAL BODY MEETING
========================================================= */

    .day2-parallel-table .d2-gbm-row td {

        background: #dceff0 !important;

        text-align: center;

        font-size: 16px;

        font-weight: 800;
    }


    /* =========================================================
   767px
========================================================= */

    @media (max-width: 767px) {

        .day-two .schedule-table-wrap {
            overflow: hidden;
        }

        .day2-table {
            width: 100% !important;
            max-width: 100% !important;
            min-width: 0 !important;

            font-size: 13px;
        }

        .day2-table th,
        .day2-table td {
            padding: 5px 4px !important;
        }

        .day-two .schedule-day-title {
            font-size: 14px;
        }

        .day2-parallel-table .d2-parallel-title th {
            font-size: 15px;
        }

        .day2-parallel-table .d2-session-names th {
            font-size: 13px;
        }

        .day2-parallel-table .d2-parallel-head th {
            font-size: 11px;
        }

        .day2-parallel-table .d2-award-row td,
        .day2-parallel-table .d2-gbm-row td {
            font-size: 14px;
        }
    }


    /* =========================================================
   575px
========================================================= */

    @media (max-width: 575px) {

        .day2-table {
            font-size: 12px;
        }

        .day2-table th,
        .day2-table td {
            padding: 4px 3px !important;
        }

        .day2-parallel-table .d2-parallel-title th {
            font-size: 14px;
        }

        .day2-parallel-table .d2-session-names th {
            font-size: 12px;
        }

        .day2-parallel-table .d2-parallel-head th {
            font-size: 10px;
        }

        .day2-parallel-table .d2-award-row td,
        .day2-parallel-table .d2-gbm-row td {
            font-size: 13px;
        }
    }


    /* =========================================================
   425px
========================================================= */

    @media (max-width: 425px) {

        .day2-table {
            font-size: 11px;
        }

        .day2-table th,
        .day2-table td {
            padding: 4px 2px !important;
        }

        .day2-parallel-table .d2-parallel-title th {
            font-size: 13px;
        }

        .day2-parallel-table .d2-session-names th {
            font-size: 11px;
        }

        .day2-parallel-table .d2-parallel-head th {
            font-size: 9px;
        }

        .day2-parallel-table .d2-award-row td,
        .day2-parallel-table .d2-gbm-row td {
            font-size: 12px;
        }
    }


    /* =========================================================
   375px
========================================================= */

    @media (max-width: 375px) {

        .day2-table {
            font-size: 10px;
        }

        .day2-table th,
        .day2-table td {
            padding: 3px 2px !important;
        }

        .day2-parallel-table .d2-parallel-title th {
            font-size: 12px;
        }

        .day2-parallel-table .d2-session-names th {
            font-size: 10px;
        }

        .day2-parallel-table .d2-parallel-head th {
            font-size: 8.5px;
        }

        .day2-parallel-table .d2-award-row td,
        .day2-parallel-table .d2-gbm-row td {
            font-size: 11px;
        }
    }

    .day2-parallel-2-wrap {
        width: 100%;
        max-width: 100%;
        margin: 18px 0 18px 0;
        padding: 0;
        overflow: visible;
    }


    /* =========================================================
   TABLE
========================================================= */

    .day2-parallel-2-table {

        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        table-layout: fixed;

        border-collapse: collapse;
        border-spacing: 0;

        margin: 0;

        font-size: 14px;
        line-height: 1.25;

        color: #17202a;
    }


    /* =========================================================
   8 COLUMNS
========================================================= */

    /* SESSION VIII */

    .day2-parallel-2-table .d2-p2-main-time {
        width: 13%;
    }

    .day2-parallel-2-table .d2-p2-sub-time {
        width: 13%;
    }

    .day2-parallel-2-table .d2-p2-topic-left {
        width: 14%;
    }

    .day2-parallel-2-table .d2-p2-speaker {
        width: 13%;
    }

    .day2-parallel-2-table .d2-p2-chair {
        width: 9%;
    }


    /* SESSION IX */

    .day2-parallel-2-table .d2-p2-topic-right {
        width: 10%;
    }

    .day2-parallel-2-table .d2-p2-moderator {
        width: 13%;
    }

    .day2-parallel-2-table .d2-p2-panelists {
        width: 15%;
    }


    /* =========================================================
   ALL CELLS
========================================================= */

    .day2-parallel-2-table td {

        border: 1px solid #fff !important;

        box-sizing: border-box;

        padding: 5px 6px !important;

        vertical-align: middle;

        white-space: normal;

        overflow-wrap: break-word;
        word-wrap: break-word;

        max-width: 0;
    }


    /* =========================================================
   LUNCH
========================================================= */

    .d2-p2-lunch-row td {

        background: #f3dfbd !important;

        font-weight: 800;

        text-align: center;

        font-size: 14px;

        padding: 5px !important;
    }

    .d2-p2-lunch-row td:first-child {

        text-align: left;

        font-weight: 600;
    }


    /* =========================================================
   PARALLEL SESSION TITLE
========================================================= */

    .d2-p2-parallel-title td {

        background: #e4d8f0 !important;

        text-align: center;

        font-size: 16px;

        font-weight: 800;

        padding: 6px !important;
    }


    /* =========================================================
   SESSION NAMES
========================================================= */

    .d2-p2-session-names td {

        background: #d9eceb !important;

        text-align: center;

        font-size: 14px;

        font-weight: 800;

        padding: 7px 5px !important;
    }


    /* =========================================================
   COLUMN HEADINGS
========================================================= */

    .d2-p2-column-head td {

        background: #f0e5cf !important;

        text-align: center;

        font-size: 13px;

        font-weight: 800;

        padding: 5px 4px !important;
    }


    /* =========================================================
   MAIN TIME
========================================================= */

    .d2-p2-main-time-cell {

        background: #f8edf4 !important;

        text-align: center;

        vertical-align: middle !important;

        font-weight: 700;

        line-height: 1.3;
    }


    /* =========================================================
   SUB TIME
========================================================= */

    .d2-p2-sub-time-cell {

        background: #eef6f5 !important;

        text-align: center;

        vertical-align: middle !important;

        font-size: 13px;

        line-height: 1.25;
    }


    /* =========================================================
   LEFT SESSION - TOPIC
========================================================= */

    .d2-p2-fungal-title {

        background: #f7ead8 !important;

        vertical-align: top !important;

        font-weight: 700;

        line-height: 1.3;
    }


    /* =========================================================
   LEFT SESSION BODY STRIPING
========================================================= */

    .day2-parallel-2-table tbody tr:nth-child(5) td,
    .day2-parallel-2-table tbody tr:nth-child(7) td,
    .day2-parallel-2-table tbody tr:nth-child(9) td {

        background: #fff8ed;
    }


    /* =========================================================
   RIGHT CASE DISCUSSION
========================================================= */

    .d2-p2-case-discussion {

        background: #e5f1ef !important;

        text-align: left;

        vertical-align: top !important;

        font-weight: 700;

        line-height: 1.35;
    }


    /* =========================================================
   MODERATOR
========================================================= */

    .d2-p2-moderator {

        background: #eee5f4 !important;

        text-align: left;

        vertical-align: top !important;

        line-height: 1.35;
    }


    /* =========================================================
   PANELISTS
========================================================= */

    .d2-p2-panelists {

        background: #f7ead8 !important;

        text-align: left;

        vertical-align: top !important;

        line-height: 1.35;
    }


    /* =========================================================
   Q & A
========================================================= */

    .d2-p2-qa-row td {

        background: #e9f3f2 !important;

        text-align: center;

        font-weight: 800;

        vertical-align: middle !important;
    }


    /* =========================================================
   TEA
========================================================= */

    .d2-p2-tea-row td {

        background: #f3dfbd !important;

        text-align: center;

        font-weight: 800;

        padding: 5px !important;
    }

    .d2-p2-tea-row td:first-child {

        text-align: left;

        font-weight: 600;
    }


    /* =========================================================
   MOBILE
========================================================= */

    @media (max-width: 767px) {

        .day2-parallel-2-wrap {
            overflow: hidden;
        }

        .day2-parallel-2-table {

            width: 100% !important;
            max-width: 100% !important;
            min-width: 0 !important;

            font-size: 13px;
        }

        .day2-parallel-2-table td {
            padding: 5px 4px !important;
        }

        .d2-p2-parallel-title td {
            font-size: 15px;
        }

        .d2-p2-session-names td {
            font-size: 13px;
        }

        .d2-p2-column-head td {
            font-size: 11px;
        }

        .d2-p2-sub-time-cell {
            font-size: 11px;
        }
    }


    /* =========================================================
   575px
========================================================= */

    @media (max-width: 575px) {

        .day2-parallel-2-table {
            font-size: 12px;
        }

        .day2-parallel-2-table td {
            padding: 4px 3px !important;
        }

        .d2-p2-parallel-title td {
            font-size: 14px;
        }

        .d2-p2-session-names td {
            font-size: 12px;
        }

        .d2-p2-column-head td {
            font-size: 10px;
        }

        .d2-p2-sub-time-cell {
            font-size: 10px;
        }
    }


    /* =========================================================
   425px
========================================================= */

    @media (max-width: 425px) {

        .day2-parallel-2-table {
            font-size: 11px;
        }

        .day2-parallel-2-table td {
            padding: 4px 2px !important;
        }

        .d2-p2-parallel-title td {
            font-size: 13px;
        }

        .d2-p2-session-names td {
            font-size: 11px;
        }

        .d2-p2-column-head td {
            font-size: 9px;
        }

        .d2-p2-sub-time-cell {
            font-size: 9px;
        }
    }


    /* =========================================================
   375px
========================================================= */

    @media (max-width: 375px) {

        .day2-parallel-2-table {
            font-size: 10px;
        }

        .day2-parallel-2-table td {
            padding: 3px 2px !important;
        }

        .d2-p2-parallel-title td {
            font-size: 12px;
        }

        .d2-p2-session-names td {
            font-size: 10px;
        }

        .d2-p2-column-head td {
            font-size: 8.5px;
        }

        .d2-p2-sub-time-cell {
            font-size: 8.5px;
        }
    }

    .session-nine-final-wrap {
        width: 100%;
        max-width: 100%;
        margin: 18px 0;
        padding: 0;
        overflow: visible;
    }


    .session-nine-final-table {

        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        table-layout: fixed;

        border-collapse: collapse;
        border-spacing: 0;

        margin: 0;

        font-size: 14px;
        line-height: 1.3;

        color: #17202a;
    }


    /* =========================================================
   COLUMN WIDTHS
========================================================= */

    .session-nine-final-table .s9-main-time {
        width: 14%;
    }

    .session-nine-final-table .s9-sub-time {
        width: 13%;
    }

    .session-nine-final-table .s9-topic {
        width: 17%;
    }

    .session-nine-final-table .s9-speaker {
        width: 19%;
    }

    .session-nine-final-table .s9-chair {
        width: 10%;
    }

    .session-nine-final-table .s9-judge-one {
        width: 13%;
    }

    .session-nine-final-table .s9-judge-two {
        width: 14%;
    }


    /* =========================================================
   ALL CELLS
========================================================= */

    .session-nine-final-table th,
    .session-nine-final-table td {

        border: 1px solid #fff !important;

        box-sizing: border-box;

        padding: 5px 6px !important;

        vertical-align: middle;

        white-space: normal;

        overflow-wrap: break-word;
        word-wrap: break-word;

        max-width: 0;
    }


    /* =========================================================
   MAIN TITLE
========================================================= */

    .session-nine-final-table .s9-main-title th {

        background: #e5d9f0 !important;

        text-align: center;

        font-size: 15px;

        font-weight: 800;

        padding: 6px !important;
    }


    /* =========================================================
   PARALLEL / ORAL TITLE
========================================================= */

    .session-nine-final-table .s9-section-title th {

        background: #d8eceb !important;

        text-align: center;

        font-size: 14px;

        font-weight: 800;

        padding: 6px !important;
    }


    /* =========================================================
   SESSION TITLE
========================================================= */

    .session-nine-final-table .s9-session-title th {

        background: #f1e2c9 !important;

        text-align: center;

        font-size: 14px;

        font-weight: 800;

        padding: 6px !important;
    }


    /* =========================================================
   COLUMN HEADING
========================================================= */

    .session-nine-final-table .s9-column-heading th {

        background: #e6f1f5 !important;

        text-align: center;

        font-size: 13px;

        font-weight: 800;

        padding: 5px !important;
    }


    /* =========================================================
   MAIN TIME
========================================================= */

    .session-nine-final-table .s9-main-time-cell {

        background: #f8edf4 !important;

        text-align: center;

        vertical-align: middle !important;

        font-weight: 700;

        line-height: 1.35;
    }


    /* =========================================================
   SUB TIME
========================================================= */

    .session-nine-final-table .s9-sub-time-cell {

        background: #eef6f5 !important;

        text-align: center;

        font-size: 13px;

        line-height: 1.25;
    }


    /* =========================================================
   SESSION TOPIC
========================================================= */

    .session-nine-final-table .s9-session-topic {

        background: #f7ead8 !important;

        vertical-align: top !important;

        font-weight: 700;
    }


    /* =========================================================
   SPEAKER LIST
========================================================= */

    .session-nine-final-table .s9-speaker-list {

        background: #eee7f4 !important;

        vertical-align: top !important;

        line-height: 1.4;
    }


    /* =========================================================
   BODY STRIPES
========================================================= */

    .session-nine-final-table tbody tr:nth-child(even) td {

        background: #fff8ed;
    }

    .session-nine-final-table tbody tr:nth-child(odd) td {

        background: #edf7f5;
    }


    /* Keep important merged cells */

    .session-nine-final-table .s9-main-time-cell {
        background: #f8edf4 !important;
    }

    .session-nine-final-table .s9-session-topic {
        background: #f7ead8 !important;
    }

    .session-nine-final-table .s9-speaker-list {
        background: #eee7f4 !important;
    }


    /* =========================================================
   CHAIRPERSON / JUDGE AREA
========================================================= */

    .session-nine-final-table .s9-judge-list {

        background: #e4f1ef !important;

        vertical-align: top !important;

        text-align: left;

        padding: 6px 8px !important;

        font-size: 13px;

        line-height: 1.4;
    }


    .session-nine-final-table .s9-judge-empty {

        background: #ffffff !important;

        vertical-align: top !important;

        padding: 0 !important;
    }


    /* =========================================================
   Q & A
========================================================= */

    .session-nine-final-table .s9-qa-row td {

        background: #dfeff1 !important;

        text-align: center;

        font-weight: 800;

        vertical-align: middle !important;
    }


    /* =========================================================
   MOBILE
========================================================= */

    @media (max-width: 767px) {

        .session-nine-final-wrap {
            overflow: hidden;
        }

        .session-nine-final-table {

            width: 100% !important;
            max-width: 100% !important;
            min-width: 0 !important;

            font-size: 13px;
        }

        .session-nine-final-table th,
        .session-nine-final-table td {
            padding: 5px 4px !important;
        }

        .session-nine-final-table .s9-main-title th {
            font-size: 14px;
        }

        .session-nine-final-table .s9-section-title th,
        .session-nine-final-table .s9-session-title th {
            font-size: 13px;
        }

        .session-nine-final-table .s9-column-heading th {
            font-size: 11px;
        }
    }


    /* =========================================================
   575px
========================================================= */

    @media (max-width: 575px) {

        .session-nine-final-table {
            font-size: 12px;
        }

        .session-nine-final-table th,
        .session-nine-final-table td {
            padding: 4px 3px !important;
        }

        .session-nine-final-table .s9-main-title th {
            font-size: 13px;
        }

        .session-nine-final-table .s9-section-title th,
        .session-nine-final-table .s9-session-title th {
            font-size: 12px;
        }

        .session-nine-final-table .s9-column-heading th {
            font-size: 10px;
        }

        .session-nine-final-table .s9-sub-time-cell,
        .session-nine-final-table .s9-judge-list {
            font-size: 10px;
        }
    }


    /* =========================================================
   425px
========================================================= */

    @media (max-width: 425px) {

        .session-nine-final-table {
            font-size: 11px;
        }

        .session-nine-final-table th,
        .session-nine-final-table td {
            padding: 4px 2px !important;
        }

        .session-nine-final-table .s9-main-title th {
            font-size: 12px;
        }

        .session-nine-final-table .s9-section-title th,
        .session-nine-final-table .s9-session-title th {
            font-size: 11px;
        }

        .session-nine-final-table .s9-column-heading th {
            font-size: 9px;
        }

        .session-nine-final-table .s9-sub-time-cell,
        .session-nine-final-table .s9-judge-list {
            font-size: 9px;
        }
    }


    /* =========================================================
   375px
========================================================= */

    @media (max-width: 375px) {

        .session-nine-final-table {
            font-size: 10px;
        }

        .session-nine-final-table th,
        .session-nine-final-table td {
            padding: 3px 2px !important;
        }

        .session-nine-final-table .s9-main-title th {
            font-size: 11px;
        }

        .session-nine-final-table .s9-section-title th,
        .session-nine-final-table .s9-session-title th {
            font-size: 10px;
        }

        .session-nine-final-table .s9-column-heading th {
            font-size: 8.5px;
        }

        .session-nine-final-table .s9-sub-time-cell,
        .session-nine-final-table .s9-judge-list {
            font-size: 8.5px;
        }
    }
	
#schedule-day1 .day1-table-1 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #6f2c91;
    background: #fff;
    font-size: 14px;
}

#schedule-day1 .day1-table-1 td {
    border: 1px solid #b987c7;
    padding: 7px 9px;
    color: #000;
    vertical-align: middle;
    line-height: 1.35;
}


/* Registration */

#schedule-day1 .day1-t1-registration td {
    background: #c43b82;
    color: #ffffff;
    border-color: #9d59b5;
}


/* Main Session */

#schedule-day1 .day1-t1-main-heading td {
    background: #6f2c91;
    color: #fff;
    text-align: left;
    padding: 8px 10px;
    border-color: #6f2c91;
}

#schedule-day1 .day1-t1-main-heading u {
    color: #f6d8e8;
}


/* Section headings */

#schedule-day1 .day1-t1-section td {
    background: #d09bbfad;
    color: #171616;
    border-color: #a52d6d;
    padding: 7px 10px;
}


/* Column headings */

#schedule-day1 .day1-t1-columns td {
    background: #ead4f0;
    color: #3f174f;
    font-weight: 700;
    border-color: #9d59b5;
}


/* Normal rows */

#schedule-day1 .day1-table-1 tbody tr:not(.day1-t1-registration):not(.day1-t1-main-heading):not(.day1-t1-section):not(.day1-t1-columns):not(.day1-t1-tea):nth-child(even) td {
    background: #fcf5fd;
}

#schedule-day1 .day1-table-1 tbody tr:not(.day1-t1-registration):not(.day1-t1-main-heading):not(.day1-t1-section):not(.day1-t1-columns):not(.day1-t1-tea):nth-child(odd) td {
    background: #fff;
}


/* Time */

#schedule-day1 .day1-table-1 .schedule-time {
    width: 21%;
    font-weight: 700;
    color: #4b1b61;
    white-space: nowrap;
}


/* Tea Break */

#schedule-day1 .day1-t1-tea td {
    background: #f1d6e5;
    color: #7b2054;
    border-color: #c43b82;
    padding: 7px 10px;
}


/* Mobile */

@media (max-width: 767px) {

    #schedule-day1 .day1-table-1 {
        font-size: 13px;
    }

    #schedule-day1 .day1-table-1 td {
        padding: 6px 7px;
    }

    #schedule-day1 .day1-table-1 .schedule-time {
        white-space: normal;
    }

}

.parallel-session {
    width: 100%;
    font-size: 14px;
}


/* Main Parallel Session */

.parallel-session-title {
    background: #6f2c91;
    color: #fff;
    text-align: left;
    padding: 5px 10px;
    border: 1px solid #6f2c91;
    font-size: inherit;
    font-weight: 700;
}


/* =========================================================
   HALL SESSION
========================================================= */

.parallel-hall {
    width: 100%;
    margin-bottom: 10px;
}


/* Hall Heading */

.parallel-hall-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #c43b82;
    color: #fff;
    padding: 5px 10px;
    /* border: 1px solid #9d59b5; */
    font-size: inherit;
    font-weight: 700;
}

.parallel-hall-heading small {
    background: #6f2c91;
    color: #fff;

    padding: 3px 8px;

    font-size: inherit;
    font-weight: 700;
}


/* Afternoon Hall */

.parallel-hall-heading.afternoon-heading {
    background: #c43b82;
}


/* =========================================================
   SESSION INFORMATION
========================================================= */

.parallel-session-info {
    background: #d09bbfad;
    color: #171616;
    padding: 7px 10px;
    /* border: 1px solid #a52d6d; */
    font-size: inherit;
    line-height: 1.35;
}

.parallel-session-info span {
    margin-left: 4px;
}


/* =========================================================
   TOPIC / SECTION HEADING
========================================================= */

.parallel-topic-heading {
    background: #d09bbfad;
    color: #171616;
    padding: 7px 10px;
    /* border: 1px solid #a52d6d; */
    font-size: inherit;
    font-weight: 700;
    line-height: 1.35;
}


/* =========================================================
   TABLE
========================================================= */

.parallel-table {
    width: 100%;

    border-collapse: collapse;

    border: 1px solid #6f2c91;

    background: #fff;

    font-size: inherit;
}


/* All Cells */

.parallel-table th,
.parallel-table td {
    border: 1px solid #b987c7;

    padding: 7px 9px;

    color: #000;

    vertical-align: middle;

    line-height: 1.35;
}


/* =========================================================
   COLUMN HEADINGS
========================================================= */

.parallel-table thead th {
    background: #ead4f0;

    color: #3f174f;

    font-weight: 700;

    padding: 7px 9px;

    text-align: left;
}


/* =========================================================
   NORMAL ROWS
========================================================= */

.parallel-table tbody tr:nth-child(even) td {
    background: #fcf5fd;
}

.parallel-table tbody tr:nth-child(odd) td {
    background: #fff;
}


/* =========================================================
   TIME
========================================================= */

.parallel-table .schedule-time {
    width: 21%;

    font-weight: 700;

    color: #4b1b61;

    white-space: nowrap;
}


/* =========================================================
   Q & A
========================================================= */

.parallel-table .parallel-qa-row td {
    background: #f1d6e5;

    color: #7b2054;

    border-color: #c43b82;

    padding: 7px 10px;
}

.parallel-table .parallel-qa-row td[colspan="2"] {
    text-align: center;
}


/* =========================================================
   LUNCH / TEA BREAK
========================================================= */

.parallel-break {
    display: flex;
    width: 100%;
    margin: 10px 0;
    /* border: 1px solid #b987c7; */
}


/* Break Time */

.parallel-break-time {
    width: 21%;

    background: #c43b82;

    color: #fff;

    border-right: 1px solid #9d59b5;

    padding: 7px 9px;

    font-size: inherit;
    font-weight: 700;

    line-height: 1.35;

    text-align: center;
}


/* Break Content */

.parallel-break-content {
    flex: 1;

    background: #f1d6e5;

    color: #7b2054;

    padding: 7px 10px;

    font-size: inherit;

    line-height: 1.35;
}

.parallel-break-content span {
    margin-left: 4px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .parallel-session {
        font-size: 13px;
    }

    .parallel-session-title {
        padding: 7px 8px;
    }

    .parallel-hall-heading {
        padding: 7px 8px;
    }

    .parallel-hall-heading small {
        padding: 3px 7px;
    }

    .parallel-session-info {
        padding: 6px 7px;
    }

    .parallel-topic-heading {
        padding: 6px 7px;
    }

    .parallel-table {
        font-size: 13px;
    }

    .parallel-table th,
    .parallel-table td {
        padding: 6px 7px;
    }

    .parallel-table .schedule-time {
        white-space: normal;
    }

    .parallel-break {
        display: block;
    }

    .parallel-break-time {
        width: 100%;

        padding: 6px 7px;

        border-right: 0;
        border-bottom: 1px solid #9d59b5;
    }

    .parallel-break-content {
        padding: 6px 7px;

        text-align: center;
    }

}
.parallel-table th,
.parallel-table td {
    border: 1px solid #fff !important;
    padding: 5px 6px !important;
    vertical-align: middle;
}
.parallel-topic-row th {
    background: #d09bbf47;
    color: #171616;
    padding: 5px 6px !important;
    font-weight: 700;
    text-align: center;
    border: 1px solid #fff !important;
}

.day1-final-session {
    width: 100%;
    font-size: 14px;
}


/* =========================================================
   MAIN SCIENTIFIC SESSION HEADING
========================================================= */

.day1-final-main-heading {
    background: #6f2c91;
    color: #fff;
    text-align: left;
    padding: 8px 10px;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.35;
}


/* =========================================================
   PARALLEL / ORAL PAPER SECTION HEADINGS
========================================================= */

.day1-final-section-heading {
    background: #c43b82;
    color: #fff;
    text-align: left;
    padding: 7px 10px;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.35;
}


/* =========================================================
   HALL HEADING
========================================================= */

.day1-final-hall-heading {
    background: #d09bbfad;
    color: #171616;
    text-align: left;
    padding: 7px 10px;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.35;
}


/* =========================================================
   PARALLEL TABLE
========================================================= */

.day1-final-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e8dfea;
    background: #fff;
    font-size: 14px;
}


/* =========================================================
   TABLE CELLS
========================================================= */

.day1-final-table th,
.day1-final-table td {
    border: 1px solid #fff !important;
    padding: 5px 6px !important;
    color: #000;
    vertical-align: middle;
    line-height: 1.35;
}


/* =========================================================
   TABLE COLUMN HEADINGS
========================================================= */

.day1-final-table thead th {
    background: #ead4f0;
    color: #000;
    font-weight: 700;
    text-align: center;
}


/* =========================================================
   NORMAL ROWS
========================================================= */

.day1-final-table tbody tr:nth-child(even) td {
    background: #fcf5fd;
}

.day1-final-table tbody tr:nth-child(odd) td {
    background: #fff;
}


/* =========================================================
   TIME
========================================================= */

.day1-final-table .schedule-time {
    width: 17%;
    font-weight: 700;
    color: #4b1b61;
    white-space: nowrap;
}


/* =========================================================
   TOPIC
========================================================= */

.day1-final-table td:nth-child(2) {
    width: 35%;
}


/* =========================================================
   SPEAKER
========================================================= */

.day1-final-table td:nth-child(3) {
    width: 25%;
}


/* =========================================================
   CHAIRPERSON
========================================================= */

.day1-final-table td:nth-child(4) {
    width: 23%;
}


/* =========================================================
   Q & A
========================================================= */

.day1-final-table .final-qa-row td {
    background: #f1d6e5;
    color: #7b2054;
    padding: 5px 6px !important;
}

.day1-final-table .final-qa-row td:not(.schedule-time) {
    text-align: center;
}


/* =========================================================
   ORAL PAPER TABLE
========================================================= */

.day1-oral-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e8dfea;
    background: #fff;
    font-size: 14px;
}


/* =========================================================
   ORAL PAPER TABLE CELLS
========================================================= */

.day1-oral-table th,
.day1-oral-table td {
    border: 1px solid #fff !important;
    padding: 5px 6px !important;
    color: #000;
    vertical-align: middle;
    line-height: 1.35;
}


/* =========================================================
   ORAL PAPER HEADING
========================================================= */

.day1-oral-table thead th {
    background: #ead4f0;
    color: #000;
    font-weight: 700;
    text-align: left;
}


/* =========================================================
   JUDGE LIST
========================================================= */

.day1-oral-table .final-judge-list {
    background: #fcf5fd;
    color: #000;
    vertical-align: top;
    line-height: 1.45;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .day1-final-session {
        font-size: 13px;
    }

    .day1-final-main-heading {
        padding: 7px 8px;
    }

    .day1-final-section-heading {
        padding: 6px 8px;
    }

    .day1-final-hall-heading {
        padding: 6px 8px;
    }

    .day1-final-table,
    .day1-oral-table {
        font-size: 13px;
    }

    .day1-final-table th,
    .day1-final-table td,
    .day1-oral-table th,
    .day1-oral-table td {
        padding: 5px 6px !important;
    }

    .day1-final-table .schedule-time {
        white-space: normal;
    }

    .day1-final-table td:nth-child(2),
    .day1-final-table td:nth-child(3),
    .day1-final-table td:nth-child(4) {
        width: auto;
    }

    .day1-oral-table .final-judge-list {
        line-height: 1.35;
    }

}

#schedule-day2 {
    width: 100%;
    font-size: 14px;
}


/* =========================================================
   DAY 2 LABEL
========================================================= */

#schedule-day2 .schedule-day-label {
    padding: 5px 8px 8px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}


/* =========================================================
   DAY 2 TABLES
========================================================= */

#schedule-day2 .scientific-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #6f2c91;
    background: #fff;
    font-size: 14px;
}


/* =========================================================
   CELLS
========================================================= */

#schedule-day2 .scientific-table th,
#schedule-day2 .scientific-table td {
    border: 1px solid #fff !important;
    padding: 5px 6px !important;
    color: #000;
    vertical-align: middle;
    line-height: 1.35;
}


/* =========================================================
   DAY 2 MAIN DAY HEADING
========================================================= */

#schedule-day2 .day2-main-heading th {
    background: #ead4f0;
    color: #000;
    text-align: center;
    font-weight: 700;
}


/* =========================================================
   QUIZ ROW
========================================================= */

#schedule-day2 .day2-quiz-row td {
    background: #c3b5ff82;
}

#schedule-day2 .day2-quiz-row td:nth-child(2) {
    text-align: center;
}


/* =========================================================
   SCIENTIFIC SESSION – V
========================================================= */

#schedule-day2 .day2-main-session-heading th {
    background: #c43b82;
    color: #fff;
    text-align: left;
    padding: 7px 10px !important;
    font-weight: 700;
}


/* =========================================================
   COLUMN HEADINGS
========================================================= */

#schedule-day2 .day2-columns th {
    background: #ead4f0;
    color: #000;
    text-align: center;
    font-weight: 700;
}


/* =========================================================
   COLUMN WIDTHS
========================================================= */

#schedule-day2 .day2-time-head {
    width: 16%;
}

#schedule-day2 .day2-type-head {
    width: 17%;
}

#schedule-day2 .day2-topic-head {
    width: 37%;
}

#schedule-day2 .day2-speaker-head {
    width: 30%;
}


/* =========================================================
   TIME
========================================================= */

#schedule-day2 .day2-table-1 .schedule-time {
    font-weight: 700;
    color: #4b1b61;
    white-space: nowrap;
}


/* =========================================================
   ALTERNATE ROWS
========================================================= */

#schedule-day2 .day2-table-1 tbody tr:nth-child(even) td {
    background: #fcf5fd;
}

#schedule-day2 .day2-table-1 tbody tr:nth-child(odd) td {
    background: #fff;
}


/* =========================================================
   QUIZ TIME
========================================================= */

#schedule-day2 .day2-quiz-time {
    width: 16%;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    #schedule-day2 {
        font-size: 13px;
    }

    #schedule-day2 .scientific-table {
        font-size: 13px;
    }

    #schedule-day2 .scientific-table th,
    #schedule-day2 .scientific-table td {
        padding: 5px 6px !important;
    }

    #schedule-day2 .day2-table-1 .schedule-time {
        white-space: normal;
    }

    #schedule-day2 .schedule-day-label {
        padding: 5px 7px 10px;
    }

}
#schedule-day2 .scientific-table .schedule-time {
    font-weight: 700;
    color: #4b1b61;
    white-space: nowrap;
}

#schedule-day2 .day2-parallel-wrap {
    width: 100%;
}


/* =========================================================
   MAIN TABLE
========================================================= */

#schedule-day2 .day2-parallel-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #6f2c91;
    background: #fff;
    font-size: 14px;
}


/* =========================================================
   COMMON CELLS
========================================================= */

#schedule-day2 .day2-parallel-table th,
#schedule-day2 .day2-parallel-table td {
    border: 1px solid #fff !important;
    padding: 5px 6px !important;
    color: #000;
    vertical-align: middle;
    line-height: 1.35;
}


/* =========================================================
   PARALLEL SESSION
========================================================= */

#schedule-day2 .day2-parallel-heading th {
    background: #c43b82;
    color: #fff;
    text-align: left;
    font-weight: 700;
    padding: 7px 10px !important;
}


/* =========================================================
   HALL HEADINGS
========================================================= */

#schedule-day2 .day2-hall-heading th {
    background: #d09bbfad;
    color: #171616;
    text-align: left;
    font-weight: 700;
    padding: 7px 10px !important;
}


/* =========================================================
   COLUMN HEADINGS
========================================================= */

#schedule-day2 .day2-columns th {
    background: #ead4f0;
    color: #000;
    text-align: center;
    font-weight: 700;
}


/* =========================================================
   HALL A COLUMN WIDTHS
========================================================= */

#schedule-day2 .d2-main-time {
    width: 16%;
}

#schedule-day2 .d2-sub-time {
    width: 17%;
}

#schedule-day2 .d2-topic {
    width: 37%;
}

#schedule-day2 .d2-speaker {
    width: 30%;
}


/* =========================================================
   TIME
========================================================= */

#schedule-day2 .day2-parallel-table .schedule-time {
    font-weight: 700;
    color: #4b1b61;
    white-space: nowrap;
}


/* =========================================================
   TOPIC HEADING
========================================================= */

#schedule-day2 .day2-topic-heading td {
    background: #fcf5fd;
    color: #000;
    font-weight: 700;
}


/* =========================================================
   NORMAL ROWS
========================================================= */

#schedule-day2 .day2-parallel-table tbody tr:nth-child(even) td {
    background: #fcf5fd;
}

#schedule-day2 .day2-parallel-table tbody tr:nth-child(odd) td {
    background: #fff;
}


/* =========================================================
   Q & A
========================================================= */

#schedule-day2 .day2-qa-row td {
    background: #f1d6e5;
    color: #7b2054;
    font-weight: 700;
}

#schedule-day2 .day2-qa-row td:not(.schedule-time) {
    text-align: center;
}


/* =========================================================
   HALL B
========================================================= */

#schedule-day2 .day2-hall-b-columns th {
    background: #ead4f0;
}


/* =========================================================
   TEA
========================================================= */

#schedule-day2 .day2-tea-row td {
    background: #f1d6e5;
    color: #000;
    font-weight: 700;
}


/* =========================================================
   AWARD SESSION
========================================================= */

#schedule-day2 .day2-award-row td {
    background: #fcf5fd;
    color: #000;
    font-weight: 700;
}


/* =========================================================
   GENERAL BODY MEETING
========================================================= */

#schedule-day2 .day2-gbm-row td {
    background: #ead4f0;
    color: #000;
    font-weight: 700;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    #schedule-day2 .day2-parallel-table {
        font-size: 13px;
    }

    #schedule-day2 .day2-parallel-table th,
    #schedule-day2 .day2-parallel-table td {
        padding: 5px 6px !important;
    }

    #schedule-day2 .day2-parallel-table .schedule-time {
        white-space: normal;
    }

    #schedule-day2 .d2-main-time,
    #schedule-day2 .d2-sub-time,
    #schedule-day2 .d2-topic,
    #schedule-day2 .d2-speaker {
        width: auto;
    }

}

#schedule-day2 .day2-parallel-table-2 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #6f2c91;
    background: #fff;
    font-size: 14px;
}


/* =========================================================
   COMMON TABLE CELLS
========================================================= */

#schedule-day2 .day2-parallel-table-2 th,
#schedule-day2 .day2-parallel-table-2 td {
    border: 1px solid #fff !important;
    padding: 5px 6px !important;
    color: #000;
    vertical-align: middle;
    line-height: 1.35;
}


/* =========================================================
   LUNCH BREAK
========================================================= */

#schedule-day2 .day2-parallel-table-2 .day2-lunch-row td {
    background: #f1d6e5;
    color: #000;
    font-weight: 700;
}

#schedule-day2 .day2-parallel-table-2 .day2-lunch-row td:not(:first-child) {
    text-align: left;
}


/* =========================================================
   PARALLEL SESSION
========================================================= */

#schedule-day2 .day2-parallel-table-2 .day2-parallel-heading th {
    background: #c43b82;
    color: #fff;
    text-align: left;
    font-weight: 700;
    padding: 7px 10px !important;
}


/* =========================================================
   SESSION VIII / IX HEADINGS
========================================================= */

#schedule-day2 .day2-parallel-table-2 .day2-hall-heading th {
    background: #d09bbf;
    color: #171616;
    text-align: left;
    font-weight: 700;
    padding: 7px 10px !important;
}


/* =========================================================
   COLUMN HEADINGS
========================================================= */

#schedule-day2 .day2-parallel-table-2 .day2-columns th {
    background: #ead4f0;
    color: #000;
    text-align: center;
    font-weight: 700;
}


/* =========================================================
   HALL A COLUMN WIDTHS
========================================================= */

#schedule-day2 .day2-parallel-table-2 .d2p2-main-time {
    width: 21%;
}

#schedule-day2 .day2-parallel-table-2 .d2p2-sub-time {
    width: 18%;
}

#schedule-day2 .day2-parallel-table-2 .d2p2-topic {
    width: 31%;
}

#schedule-day2 .day2-parallel-table-2 .d2p2-speaker {
    width: 30%;
}


/* =========================================================
   TIME
========================================================= */

#schedule-day2 .day2-parallel-table-2 .schedule-time {
    font-weight: 700;
    color: #4b1b61;
    white-space: nowrap;
}


/* =========================================================
   FUNGAL DIAGNOSTICS
========================================================= */

#schedule-day2 .day2-parallel-table-2 .day2-topic-heading td {
    background: #fcf5fd;
    color: #000;
    font-weight: 700;
}


/* =========================================================
   HALL A NORMAL ROWS
========================================================= */

#schedule-day2 .day2-parallel-table-2 .day2-topic-heading ~ tr td {
    background: #e6d1ec8a;
}


/* =========================================================
   HALL B COLUMN HEADINGS
========================================================= */

#schedule-day2 .day2-parallel-table-2 .day2-hall-b-columns th {
    background: #ead4f0;
    color: #000;
    text-align: center;
    font-weight: 700;
}


/* =========================================================
   HALL B CONTENT
========================================================= */

#schedule-day2 .day2-parallel-table-2 .d2p2-panel-discussion {
    font-weight: 700;
    vertical-align: top;
}

#schedule-day2 .day2-parallel-table-2 .d2p2-moderator-cell,
#schedule-day2 .day2-parallel-table-2 .d2p2-panelists-cell {
    vertical-align: top;
}


/* =========================================================
   Q & A
========================================================= */

#schedule-day2 .day2-parallel-table-2 .day2-qa-row td {
    background: #f1d6e5;
    color: #000;
    font-weight: 700;
    text-align: center;
}


/* =========================================================
   TEA
========================================================= */

#schedule-day2 .day2-parallel-table-2 .day2-tea-row td {
    background: #ead4f0;
    color: #000;
    font-weight: 700;
}

#schedule-day2 .day2-parallel-table-2 .day2-tea-row td:not(:first-child) {
    text-align: center;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    #schedule-day2 .day2-parallel-table-2 {
        font-size: 13px;
    }

    #schedule-day2 .day2-parallel-table-2 th,
    #schedule-day2 .day2-parallel-table-2 td {
        padding: 5px 6px !important;
    }

    #schedule-day2 .day2-parallel-table-2 .schedule-time {
        white-space: normal;
    }

    #schedule-day2 .day2-parallel-table-2 .d2p2-main-time,
    #schedule-day2 .day2-parallel-table-2 .d2p2-sub-time,
    #schedule-day2 .day2-parallel-table-2 .d2p2-topic,
    #schedule-day2 .day2-parallel-table-2 .d2p2-speaker {
        width: auto;
    }

}

 {
    width: 100%;
    background: #d09bbf;
    color: #171616;
    text-align: center;
    font-weight: 700;
    padding: 7px 10px !important;
}


/* =========================================================
   HALL B COLUMN HEADINGS
========================================================= */

#schedule-day2 .day2-parallel-table-2 .day2-hall-b-columns th {
    background: #ead4f0;
    color: #000;
    text-align: center;
    font-weight: 700;
}


/* =========================================================
   HALL B CONTENT
========================================================= */

#schedule-day2 .day2-parallel-table-2 .d2p2-panel-discussion {
    font-weight: 700;
    vertical-align: top;
}

#schedule-day2 .day2-parallel-table-2 .d2p2-moderator-cell,
#schedule-day2 .day2-parallel-table-2 .d2p2-panelists-cell {
    vertical-align: top;
}

#schedule-day2 .day2-final-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #6f2c91;
    background: #fff;
    font-size: 14px;
}


/* =========================================================
   COMMON CELLS
========================================================= */

#schedule-day2 .day2-final-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #6f2c91;
    background: #fff;
    font-size: 14px;
}


/* =========================================================
   EXACT COLUMN STRUCTURE
========================================================= */

#schedule-day2 .day2-final-table .d2-final-main-time-col {
    width: 13%;
}

#schedule-day2 .day2-final-table .d2-final-sub-time-col {
    width: 14%;
}

#schedule-day2 .day2-final-table .d2-final-topic-col {
    width: 31%;
}

#schedule-day2 .day2-final-table .d2-final-speaker-col {
    width: 42%;
}


/* =========================================================
   CELLS
========================================================= */

#schedule-day2 .day2-final-table th,
#schedule-day2 .day2-final-table td {   
    padding: 5px 6px !important;
    color: #000;
    vertical-align: middle;
    line-height: 1.35;
}


/* =========================================================
   SCIENTIFIC SESSION
========================================================= */

#schedule-day2 .day2-final-main-heading th {
       background: #8c3ca1;
    color: #ffffff;
    text-align: left;
    font-weight: 700;
    padding: 7px 10px !important;
}


/* =========================================================
   PARALLEL SESSION
========================================================= */

#schedule-day2 .day2-final-section-heading th {
 background: #c43b82;
    color: #ffffff;
    text-align: left;
    font-weight: 700;
    padding: 7px 10px !important;
}


/* =========================================================
   HALL HEADING
========================================================= */

#schedule-day2 .day2-final-hall-heading th {
    background: #d09bbf;
    color: #171616;
    text-align: center;
    font-weight: 700;
    padding: 7px 10px !important;
}


/* =========================================================
   COLUMN HEADINGS
========================================================= */

#schedule-day2 .day2-final-columns th {
    background: #ead4f0;
    color: #000;
    text-align: center;
    font-weight: 700;
}


/* =========================================================
   TIME
========================================================= */

#schedule-day2 .day2-final-table .schedule-time {
    font-weight: 700;
    color: #4b1b61;
    white-space: nowrap;
}


/* Main session time */

#schedule-day2 .day2-final-main-time {
    text-align: center;
}


/* Individual timings */

#schedule-day2 .day2-final-sub-time {
    text-align: left;
}


/* =========================================================
   TOPIC INTRO
========================================================= */

#schedule-day2 .day2-final-topic-intro td {
    background: #fcf5fd;
}


/* =========================================================
   Q & A
========================================================= */

#schedule-day2 .day2-final-qa-row td {
    background: #f1d6e5;
    color: #000;
    font-weight: 700;
    text-align: center;
}


/* =========================================================
   ORAL PAPER PRESENTATION
========================================================= */

#schedule-day2 .day2-final-oral-heading th {
    background: #c43b82;
    color: #fff;
    text-align: left;
    font-weight: 700;
    padding: 7px 10px !important;
}


/* =========================================================
   CHAIRPERSON / JUDGE
========================================================= */

#schedule-day2 .day2-final-oral-columns th {
    background: #ead4f0;
    color: #000;
    text-align: left;
    font-weight: 700;
}


/* =========================================================
   JUDGE NAMES
========================================================= */

#schedule-day2 .day2-final-judge-row td {
    background: #fff;
    color: #000;
    text-align: left;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    #schedule-day2 .day2-final-table {
        font-size: 13px;
        table-layout: auto;
    }

    #schedule-day2 .day2-final-table th,
    #schedule-day2 .day2-final-table td {
        padding: 5px 6px !important;
    }

    #schedule-day2 .day2-final-table .schedule-time {
        white-space: normal;
    }

}

#schedule-day3 .day3-table-1 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #6f2c91;
    background: #fff;
    font-size: 14px;
}

#schedule-day3 .day3-table-1 th,
#schedule-day3 .day3-table-1 td {   
    padding: 5px 6px !important;
    color: #000;
    vertical-align: middle;
    line-height: 1.35;
}


/* =========================================================
   SCIENTIFIC SESSION HEADING
========================================================= */

#schedule-day3 .day3-main-heading th {
    background: #d09bbf;
    color: #171616;
    text-align: left;
    font-weight: 700;
    padding: 7px 10px !important;
}


/* =========================================================
   COLUMN HEADINGS
========================================================= */

#schedule-day3 .day3-columns th {
    background: #ead4f0;
    color: #000;
    text-align: center;
    font-weight: 700;
}


/* =========================================================
   TIME
========================================================= */

#schedule-day3 .day3-table-1 .schedule-time {
    font-weight: 700;
    color: #4b1b61;
    white-space: nowrap;
}


/* =========================================================
   HIGHLIGHTED TOPIC
========================================================= */

#schedule-day3 .day3-highlight-topic {
    color: #c43b82;
    font-weight: 700;
}


/* =========================================================
   DAY 3 INTRO / STUDENT SYMPOSIUM TABLE
========================================================= */

#schedule-day3 .day3-intro-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #6f2c91;
    background: #fff;
    font-size: 14px;
}

#schedule-day3 .day3-intro-table th,
#schedule-day3 .day3-intro-table td {
   background-color: #e261b254 !important;
    padding: 5px 6px !important;
    color: #000;
    vertical-align: middle;
    line-height: 1.35;
}


/* Date heading */

#schedule-day3 .day3-date-heading th {
    background: #fff;
    color: #000;
    text-align: center;
    font-weight: 700;
}


/* Student symposium */

#schedule-day3 .day3-student-symposium td {
    background: #fff;
    color: #000;
}


/* Time in intro table */

#schedule-day3 .day3-intro-table .schedule-time {
    width: 15%;
    font-weight: 700;
    white-space: nowrap;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    #schedule-day3 .day3-table-1,
    #schedule-day3 .day3-intro-table {
        font-size: 13px;
    }

    #schedule-day3 .day3-table-1 th,
    #schedule-day3 .day3-table-1 td,
    #schedule-day3 .day3-intro-table th,
    #schedule-day3 .day3-intro-table td {
        padding: 6px 7px !important;
    }

    #schedule-day3 .day3-table-1 .schedule-time,
    #schedule-day3 .day3-intro-table .schedule-time {
        white-space: normal;
    }

}
#schedule-day3 .day3-date-title {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    padding: 0 7px 5px;
}

#schedule-day3 .day3-table-2 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #6f2c91;
    background: #fff;
    font-size: 14px;
}

#schedule-day3 .day3-table-2 th,
#schedule-day3 .day3-table-2 td {
 
    padding: 5px 6px !important;
    color: #000;
    vertical-align: middle;
    line-height: 1.35;
}


/* Debate */

#schedule-day3 .day3-t2-debate-heading th {
    background: #c43b82;
    color: #fff;
    text-align: left;
    font-weight: 700;
    padding: 7px 10px !important;
}


/* Scientific Session */

#schedule-day3 .day3-t2-main-heading th {
    background: #d09bbf;
    color: #171616;
    text-align: left;
    font-weight: 700;
    padding: 7px 10px !important;
}


/* Column headings */

#schedule-day3 .day3-t2-columns th {
    background: #ead4f0;
    color: #000;
    text-align: center;
    font-weight: 700;
}


/* Time */

#schedule-day3 .day3-table-2 .schedule-time {
    width: 18%;
    font-weight: 700;
    color: #4b1b61;
    white-space: nowrap;
}


/* Topic */

#schedule-day3 .day3-t2-topic {
    width: 32%;
}


/* Pro */

#schedule-day3 .day3-t2-pro {
    width: 16%;
}


/* Con */

#schedule-day3 .day3-t2-con {
    width: 18%;
}


/* Moderator */

#schedule-day3 .day3-t2-moderator {
    width: 16%;
}


/* Tea */

#schedule-day3 .day3-t2-tea td {
    background: #f1d6e5;
    color: #000;
    font-weight: 700;
    text-align: left;
}


/* Mobile */

@media (max-width: 767px) {

    #schedule-day3 .day3-table-2 {
        font-size: 13px;
    }

    #schedule-day3 .day3-table-2 th,
    #schedule-day3 .day3-table-2 td {
        padding: 6px 7px !important;
    }

    #schedule-day3 .day3-table-2 .schedule-time {
        white-space: normal;
    }

}

#schedule-day3 .day3-table-3 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
    background: #fff;
    font-size: 14px;
}

#schedule-day3 .day3-table-3 th,
#schedule-day3 .day3-table-3 td {

    padding: 5px 6px !important;
    color: #000;
    vertical-align: middle;
    line-height: 1.35;
}


/* Main Heading */

#schedule-day3 .day3-t3-main-heading th {
    background: #c43b82;
    color: #fff;
    text-align: left;
    font-weight: 700;
    padding: 7px 10px !important;
}


/* Parallel / Oral */

#schedule-day3 .day3-t3-section-heading th {
    background: #d09bbf;
    color: #171616;
    text-align: left;
    font-weight: 700;
    padding: 7px 10px !important;
}


/* Hall Heading */

#schedule-day3 .day3-t3-hall-heading th {
    background: #d09bbf;
    color: #171616;
    text-align: left;
    font-weight: 700;
    padding: 7px 10px !important;
}


/* Column Headings */

#schedule-day3 .day3-t3-columns th {
    background: #ead4f0;
    color: #000;
    text-align: center;
    font-weight: 700;
}


/* Time */

#schedule-day3 .day3-table-3 .schedule-time {
    font-weight: 700;
    color: #000;
    white-space: nowrap;
}


/* Main Time */

#schedule-day3 .day3-t3-main-time {
    width: 15%;
}


/* Sub Time */

#schedule-day3 .day3-t3-sub-time {
    width: 15%;
}


/* Topic */

#schedule-day3 .day3-table-3 th:nth-child(3),
#schedule-day3 .day3-table-3 td:nth-child(3) {
    width: 23%;
}


/* Speaker */

#schedule-day3 .day3-table-3 th:nth-child(4),
#schedule-day3 .day3-table-3 td:nth-child(4) {
    width: 17%;
}


/* Oral Paper / Judge */

#schedule-day3 .day3-table-3 th:nth-child(5),
#schedule-day3 .day3-table-3 td:nth-child(5) {
    width: 30%;
}


/* Q & A */

#schedule-day3 .day3-t3-qa-row td {
    text-align: center;
}


/* Validectory + Lunch */

#schedule-day3 .day3-t3-lunch-row td {
    background: #f1d6e5;
    color: #000;
    font-weight: 700;
}

#schedule-day3 .day3-t3-lunch-row td:not(.schedule-time) {
    text-align: left;
}


/* Mobile */

@media (max-width: 767px) {

    #schedule-day3 .day3-table-3 {
        font-size: 13px;
    }

    #schedule-day3 .day3-table-3 th,
    #schedule-day3 .day3-table-3 td {
        padding: 6px 7px !important;
    }

    #schedule-day3 .day3-table-3 .schedule-time {
        white-space: normal;
    }

}