html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.intro {
    max-width: 1280px;
    margin: 1em auto;
}

.table-scroll {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    /* height: 650px; */
}

.table-scroll table {
    width: 100%;
    /*  min-width: 1280px;*/
    min-width: 991px;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
    font-family: "FC Minimal";
    font-size: 21px;
}

.table-wrap {
    position: relative;
}

.table-scroll th,
.table-scroll td {
    padding: 5px 10px;
    border: 0.5px solid rgb(198 198 198 / 20%);
    padding: 13px 20px;
    background: #ffffff;
    vertical-align: top;
    color: #3f3d3c;
    font-size: 15px;
    font-weight: 400;
}

.table-scroll thead th {
    background-color: #01a6e0 !important;
    border-bottom: 4px solid #056fb8;
    color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    font-family: "FC Minimal";
    font-size: 17px;
    font-weight: 500;
}


/* safari and ios need the tfoot itself to be position:sticky also */

.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    /* background: #666; */
    background: #ece540;
    color: #fff;
    z-index: 4;
}

a:focus {
    background: red;
}


/* testing links*/

th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
    background: #efefef;
}

thead th:first-child,
tfoot th:first-child {
    z-index: 5;
    width: 25%;
}

.box-th {
    width: 27%;
}

.box-t2 {}

.box-crop-crop6.crop2-table {
    padding: 30px 15% 100px 15%;
}

a:focus {
    background: #ff000000!important;
}


/* ------------------------------------------- */

thead th:first-child,
tfoot th:first-child {
    width: 38%;
}

.table-scroll th,
.table-scroll td {
    text-align: center;
}

.table-scroll table {
    border-bottom: 8px solid #54595f;
}

.box-main-t {
    background: #efefef!important;
}


/* ------------------------------------------- */

@media (max-width:1500px) {
    .box-crop-crop6.crop2-table {
        padding: 30px 10% 100px;
    }
}

@media (max-width:1366px) {
    .box-crop-crop6.crop2-table {
        padding: 30px 10% 100px;
    }
    .box-th {
        width: 28%;
    }
}

@media (max-width:1199px) {
    .box-crop-crop6.crop2-table {
        padding: 30px 7% 100px;
    }
}

@media (max-width:1024px) {
    .table-scroll table {
        width: 100%;
        min-width: 800px;
        font-size: 19px!important;
    }
    .table-scroll thead th {
        font-size: 15px;
    }
    .table-scroll th,
    .table-scroll td {
        padding: 13px 12px;
    }
}

@media (max-width:991px) {
    .table-scroll table {
        width: 100%;
        min-width: 700px;
    }
}

@media (max-width:767px) {
    .box-th {
        width: 9%;
    }
    .table-scroll table {
        width: 100%;
        /* min-width: 1280px; */
        min-width: 600px;
        font-size: 21px;
    }
    .box-crop-crop6.crop2-table {
        padding: 30px 5% 100px;
    }
    .box-th {
        width: 30%;
    }
}

@media (max-width:550px) {
    .table-scroll table {
        width: 100%;
        min-width: 400px;
        font-size: 16px!important;
    }
}

@media (max-width:414px) {
    .box-crop-crop6.crop2-table {
        padding: 30px 2% 100px;
    }
    .table-scroll table {
        width: 100%;
        min-width: 400px;
        font-size: 18px!important;
    }
}