 .scientific-program-content {
        padding-bottom: 50px;
    }

    .parallax-g,
    .parallax-mirror {
        display: none;
    }

    .hshowmenu {
        font-size: 15px;
        background: #e2051d;
        padding: 6px 10px;
        display: block;
        position: absolute;
        right: 0;
        color: #fff;
        top: 0;
        border-radius: 2px;
        cursor: pointer;
    }

    .scientific-program-content table {
        width: 100%;
        font-family: Calibri;
    }

    .scientific-program-content tr td {
        padding: 6px;
        font-size: 14px;
        border: 4px solid #fff;
        background: #f8f8f9;
        color: #000;
        vertical-align: center;
        min-width: 1%;
        text-align: center;
        position: relative;
    }

    .renk1 {
        background: #eeeded !important;
    }

    .renk2 {
        background: #e5e3e3 !important;
    }

    .keynote {
        background: #ff9573 !important;
    }

    .canli {
        background: #e54bff !important;
    }

    .acilis {
        background: #ffbfd5 !important;
        font-weight: bold;
    }

    .yarisma {
        background: #ff0000 !important;
        color: #fff !important;
        font-weight: bold;
    }

    .scientific-program-content tr td
    .scientific-program-content tr td.saat {
        width: 100px !important;
        font-weight: bold;
        text-align: center;
    }

    .scientific-program-content tr td.konusmaci {
        width: 120px !important;
    }

    .scientific-program-content tr td:after {
        content: " ";
        display: block;
        border: 1px solid #ddd;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .scientific-program-content .salon td {
        background: #24355A;
        color: #fff;
        font-weight: bold;
        padding: 10px;
        font-size: 14px;
        position: relative;
    }

    .scientific-program-content .salon td img {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .scientific-program-content .ara td {
        background: #fef5a1;
        position: relative;
    }

    .scientific-program-content td.ara {
        background: #fef5a1;
        position: relative;
    }

    .scientific-program-content .ara td img {
        right: 0;
        top: 0;
        background: #848041 !important;
        height: 39px;
        padding: 6px;
        margin-left: 5px;
    }

    .scientific-program-content .kayit td {
        background: #b7dfff;
        font-weight: bold;
        position: relative;
    }

    .scientific-program-content .oturum td {
        background: #a2c9ff;
        font-weight: bold;
        position: relative;
    }

    .scientific-program-content .row {
        margin: 0;
    }

    .scientific-program-content .col-12 {
        padding-right: 0;
        padding-left: 0;
    }

    .scientific-program-content .oturum td em {
        text-transform: uppercase;
        font-style: normal;
    }

    .scientific-program-content .nav-item {
        width: calc(100% / 4);
    }

    @media (max-width: 576px) {
        .scientific-program-content .nav-item {
            width: calc(100% / 2) !important;
        }
        .table-responsive {
            width: 100% !important;
            max-width: 100%;
        }
    }

    .scientific-program-content .nav-link {
        color: #6d6d6d !important;
        padding: 0.45rem;
        text-align: center;
        background: #e6e6e66b;
        margin: 2px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .scientific-program-content .nav-link.active {
        color: #fff !important;
        background: #555353;
    }

    .scientific-program-content .nav-link:hover .nav-link {
        color: #555353 !important;
    }

    .scientific-program-content .nav-link.active:hover a {
        color: #fff !important;
    }