.card-header {
    background-color: #cedddb !important;
    color: #000000 !important;
}

.card-header h2 {
    margin: 0px !important;
    font-size: 1.8em !important;
}

.card-header h3 {
    margin: 0px !important;
    font-size: 1.4em !important;
}

a {
    text-decoration: underline !important;
    color: #0c5449 !important;
}

a:hover {
    text-decoration: none  !important;
    color: #0c5449  !important;
}

.hidden {
    display: none !important;
}

.checkbox-xl .form-check-input {
    top: 1.2rem;
    scale: 1.7;
    margin-right: 0.8rem;
}

.residency-checkbox-label {
    font-weight: normal;
}

.tcbtn-secondary {
    color: #000000 !important;
    background-color: #cedddb !important;
}

.tcbtn-primary {
    color: #ffffff !important;
    background-color: #0c5449 !important;
}

.required-field:after {
    content:" *";
    color: red;
}

.required-input {
    background-color: lightyellow !important;
    border-color: red !important;
}

.results_column {
    text-align: right;
}

.totals-row td {
    font-weight: bold;
}

/* Override the default padding on the table */
.table > tbody > tr > td {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

/* Hide the user/login button */
#header-east-part-user-controls {
    display: none !important;
}

.table {
    margin-bottom: 0 !important;
}

.use-pointer {
    cursor: pointer;
}