#course_table_wrapper{
    /* max-height: calc( var(--map-height) - var(--course-info-height)); */
    padding-top: 30px;
    /* overflow: scroll; */
}


#secondary_course_table{
    height: 100px;
    overflow-y: auto;
}

.info_box{
    margin-bottom: 1rem !important;
    padding: .5rem !important;
}

.table-head-section{
    font-weight: bold;
    color: #555555;
}

.table-entry{
    color: #555555;
    font-size: 15px;
}

.small-dark-gray{
    color: #222222;
    font-size: 15px;
}

.table-course-type{
    color: #333333;
}
