* {
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
    height: 100%;
}

body {
    height: 100%;
    font-family: 'apercu_pro', sans-serif;
    font-size: 12px;
    color: #475669;
    min-width: 320px;
    background: #F2F2F2;
}

.page {
    background: #fff;
    position: relative;
    margin: auto;
    min-height: 100%;
    box-sizing: border-box;
    padding-bottom: 60px;
    max-width: 800px;
}

.footer {
    border-top: 1px solid #eee;
    padding: 15px 25px;
    position: absolute;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    font-family: 'apercu_pro', sans-serif;
    bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.bth__table.bth__table--bordering {
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
}

.bth__table {
    width: 100%;
    margin-top: 12px;
    font-family: 'apercu_pro', sans-serif;
}

.footer__link {
    color: #999;
}

.footer__copyright {
    font-weight: bold;
}

.content table tr th:nth-child(2) {
    width: 260px;
}

.content table tr th:nth-child(3) {
    width: 85px;
    min-width: 85px;
    max-width: 85px;
    text-align: center;
}

.content table tr th {
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 7px 10px;
    color: #999;
    background-clip: padding-box;
    border-left: 1px solid #ccc;
    font-size: 13px;
    font-weight: normal;
}

.content table tr td {
    font-size: 14px;
    padding: 10px;
    line-height: 22px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    color: #475669;
    background-clip: padding-box;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;
}

.bth__table.bth__table--bordering tr th:last-of-type,
.bth__table.bth__table--bordering tr td:last-of-type {
    border-right: 1px solid #ccc;
}

.content table tr th:nth-child(4) {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}

.content table tr th:first-of-type {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}

.content {
    padding: 30px 25px 15px 25px;
}


.bth__bold-link:hover {
    color: #318CC6 !important;
    cursor: pointer;
}

.ttl-h1:hover {
    color: #1d4c6f;
}

.ttl-h1 {
    color: #215f86;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
    display: block;
    text-transform: uppercase;
    font-family: 'apercu_pro', sans-serif;
}

.bth__bold-link-bardo {

    color: #ab2a2a;
    font-family: 'apercu_pro', sans-serif;
    font-size: 17px;
    vertical-align: middle;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
}

.bth__bold-link {
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    font-size: 17px;
    vertical-align: middle;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
    .content {
        padding: 30px 15px 15px 15px;
    }


    .content table tr th:first-of-type,
    .content table tr td:not(.bth__table-row-ttl-750):first-of-type {
        display: none;
    }

    .footer {
        padding: 15px 15px;
    }

}

@media screen and (max-width: 600px) {

    .bth__scrolable-tbl .bth__table th,
    .bth__scrolable-tbl .bth__table td {
        white-space: nowrap;
    }

    .bth__scrolable-tbl .bth__table {
        transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -webkit-transform: rotateX(180deg);
    }

    .bth__scrolable-tbl {
        overflow-x: auto;
        width: 100% !important;
        transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -webkit-transform: rotateX(180deg);
    }

    .bth__scrolable-tbl::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        background-color: #F5F5F5;
        z-index: 10;
    }

    .bth__bold-link {
        font-size: 14px;
    }

    .content table tr td,
    .content table tr th {
        padding: 10px 7px;
    }

    .bth__scrolable-tbl::-webkit-scrollbar {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        width: 3px;
        background-color: #F5F5F5;
        height: 5px;
    }

    .bth__scrolable-tbl::-webkit-scrollbar-thumb {
        border-radius: 0;
        -webkit-box-shadow: none;
        background-color: #ccc;
    }

}
