﻿@media (max-width: 992px) {
    html {
        position: sticky;
        z-index: 2;
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .tu-boxwrapper {
        position: sticky;
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .tu-boxsmtitle marquee {
        font-size: 14px;
    }

    table.table {
        font-size: 13px;
    }

        table.table th, table.table td {
            white-space: nowrap;
        }
}
