﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    overflow-y: scroll;
}
footer {
    font-family: Oswald;
    height: 60px;
    background-color: #171717;
    color: #ebebeb;
}
.top {
    background-color: #ee8a0A;
}
.navbar a {
    font-family: Oswald;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}
.left-tail {
    font-size: 24px;
    padding-left: 24px;
}
.right-tail {
    text-align: right;
    font-size: 14px;
    padding-right: 24px;
}
.top-title {
    font-family: Oswald;
    font-size: 48px;
}
.abs-center-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.logo-top {
    max-height: 200px;
}
.btn-orange {
    background-color: #ee8a0A;
    color: #ebebeb;
}
.bodypage {
    height: auto;
    background-color: #ebebeb;
    padding-bottom: 24px;
}
.cbrblist tr td {
    white-space: nowrap;
}
.cbrblist tr td input {
    margin-right: 6px;
    margin-top: 3px;
    vertical-align: top;
}
.cbrblist tr td label {
    white-space: normal;
}

@media only screen and (max-width: 576px) {
    .container {
        margin: 0;
        overflow-y: scroll;
    }
    .top-title {
        font-size: 32px;
    }
    .bottom {
        height: 40px;
    }
    .left-tail {
        font-size: 16px;
        padding-left: 12px;
    }
    .right-tail {
        font-size: 8px;
        padding-right: 12px;
    }
    .navbar {
        height: auto !important;
    }
    .logo-top {
        max-height: 80px;
    }
    .bodypage {
        height: auto;
        background-color: #ebebeb;
        padding-bottom: 16px;
    }
}
