/* =============================================================================
   Tables
   ========================================================================== */
/*overriding for new template that moved table caption to bottom of table - 
    moving back to top so caption can be used as title for accessibility purposes */
caption {
    padding-left: 0.75rem;
    color: #212529;
    text-align: left;
    font-weight: bold;
    caption-side: top;
}

.table_column_10 {
    width: 10%;
}

.table_column_15 {
    width: 15%;
}

.table_column_30 {
    width: 30%;
}

.table_column_sm {
    width: 20%;
}

.table_column_med {
    width: 40%;
}

.table_column_lg {
    width: 60%;
}

.table_column_qtr {
    width: 25%;
}

.table_column_half {
    width: 50%;
}

.table_column_3qtr {
    width: 75%;
}

.center-div-80 {
    margin: auto;
    width: 80%;
}

.center-div-50 {
    margin: auto;
    width: 50%;
}
