.band-select-label {
    text-align: center;
    display: block;
    font-weight: normal;
    line-height: 150%;
}

.page-intro-copy {
    padding-top: 12px;
}

.mobile-year-spacer {
    height: 10px;
}

.scaled-checkbox {
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    padding: 10px;
}

.error-year-selection {
    color: red;
    display: none;
}

.band-heading {
    color: #0072ce;
    font-weight: bold;
}

.band-heading a {
    color: inherit;
}

.pay-table-head {
    color: #fff;
}

.pay-table-row {
    background-color: #0072ce;
}

.pay-table-th {
    border-color: #0072ce;
}

.calculator-modal-header {
    background-color: #337ab7;
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.modal-content {
    overflow-x: hidden;
}

.modal-ad-slot-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 15px 15px;
    overflow-x: hidden;
}

.modal-affiliate-slot {
    text-align: center;
}

.modal-affiliate-link {
    display: block;
}

.modal-affiliate-slot img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 650px;
    margin: 0 auto;
}

.modal-affiliate-link-mobile {
    display: none;
}

.modal-ad-slot {
    min-height: 120px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
}

.modal-ad-slot ins.adsbygoogle {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

#myModal .take-home-row td {
    font-weight: 700;
}

@media (min-width: 768px) {
    #myModal .modal-dialog {
        width: 684px;
        max-width: calc(100vw - 30px);
    }

    .modal-ad-slot-wrap {
        padding: 0 17px 17px;
    }

    .modal-ad-slot {
        min-height: 320px;
    }

    .modal-affiliate-link-mobile {
        display: none;
    }
}

.weekly-column-hidden {
    display: none;
}

@media (max-width: 767px) {
    #myModal .modal-dialog {
        width: calc(100vw - 24px);
        max-width: 360px;
        margin: 10px auto;
    }

    #myModal .modal-body {
        padding: 12px;
    }

    #myModal .table {
        table-layout: fixed;
        margin-bottom: 12px;
        font-size: 14px;
    }

    #myModal .table th,
    #myModal .table td {
        padding: 8px 6px;
        vertical-align: middle;
    }

    #myModal .table th:first-child,
    #myModal .table td:first-child {
        width: 44%;
    }

    #myModal .table th:nth-child(2),
    #myModal .table th:nth-child(3),
    #myModal .table td:nth-child(2),
    #myModal .table td:nth-child(3) {
        width: 28%;
        text-align: right;
        white-space: nowrap;
    }

    #myModal .checkbox-inline {
        display: block;
        min-height: 22px;
        padding-left: 22px;
        line-height: 1.35;
    }

    .modal-ad-slot-wrap {
        gap: 12px;
    }

    .modal-affiliate-link-desktop {
        display: none;
    }

    .modal-affiliate-link-mobile {
        display: block;
    }

    .modal-affiliate-slot img {
        max-width: 320px;
    }

    #myModal .scaled-checkbox {
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        padding: 0;
    }

    #myModal #ddStudentLoan {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
    }

    .modal-ad-slot-wrap {
        padding: 0 12px 12px;
    }

    .modal-ad-slot {
        min-height: 280px;
        aspect-ratio: 1 / 1;
    }
}
