﻿.Times_NationalAgeGroupRecords .usas-times-nationalagegrouprecords-table {
    background-color: #e8e8e8;
    padding: 30px 20px 30px 20px;
    width: 100%;
}

    .Times_NationalAgeGroupRecords .usas-times-nationalagegrouprecords-table thead {
        /*display: table;*/
        /*table-layout: fixed;*/
        width: 100%;
    }

    .Times_NationalAgeGroupRecords .usas-times-nationalagegrouprecords-table th {
        background-color: #ba0c2f;
        border: solid 1px #7f051d;
        color: #fff;
        cursor: pointer;
        font-family: Oswald;
        padding: 20px;
        text-transform: uppercase;
    }

    .Times_NationalAgeGroupRecords .usas-times-nationalagegrouprecords-table tbody {
        /*display: block;
        max-height: 500px;
        overflow-y: scroll;*/
    }

        .Times_NationalAgeGroupRecords .usas-times-nationalagegrouprecords-table tbody::-webkit-scrollbar {
            background-color: transparent;
            width: 5px;
        }

        .Times_NationalAgeGroupRecords .usas-times-nationalagegrouprecords-table tbody::-webkit-scrollbar-thumb {
            background-color: #c1c6c8;
            border-radius: 2.5px;
        }

        .Times_NationalAgeGroupRecords .usas-times-nationalagegrouprecords-table tbody tr {
            background-color: #fff;
            border-bottom: solid 1px #e8e8e8;
            border-left: solid 1px #e8e8e8;
            border-right: solid 1px #e8e8e8;
            /*display: table;
            table-layout: fixed;
            width: 100%;*/
        }

        .Times_NationalAgeGroupRecords .usas-times-nationalagegrouprecords-table tbody td {
            font-weight: bold;
            padding: 20px;
        }