#container h2 {
    font-size: 1.4em;
}

#ratings-table tr td {
    white-space: nowrap;
}

#content-header .years-wrapper {
    padding-bottom: 3px;
}

#ratings-table tr th.next_left,#ratings-table tr td.next_left,#ratings-table tr td.teamname {
    text-align: left;
}

#data-area {
    margin-top:0px;
}

@media (max-width: 500px) {
    #ratings-table {
        table-layout: unset;
        width: 100%;
    }

    #ratings-table thead:not(:first-of-type) {
        display:none !important;
    }

    #ratings-table tr td {
        padding: 5px 1px;
    }
    #ratings-table th {
        padding: 1px;
    }

    #ratings-table tr td.next_left,#ratings-table tr th.next_left,#ratings-table tr td.teamname,#ratings-table tr th.teamname {
        text-align: left;
        min-width: 120px;
        max-width: 120px;
    }

    #data-area {
        margin-top: 2px;
    }

    #years-wrapper .scrolling-menu,.scrolling-stats {
        height: 30px;
    }

    #ratings-table tr th.next_left,#ratings-table tr th.hard_left {
        z-index:6;
    }

    #ratings-table .thead1 th {
        position:sticky;
        position:-webkit-sticky;
        top:0;
    }
    #ratings-table .thead2 th {
        position:sticky;
        position:-webkit-sticky;
        top:16px;
    }

}