* {
    font-family: 'Calvert MT Std';
}

.container {
    background-color: #fff;
}

#ge-prog .row {
    background-color: #82adcd;
}

.white_font {
    color: #fff;
}

.grey_font {
    color: #59555f;
}

.blue_bg {
    background-color: #82adcd;
}

.table_divider {
    border-top: 2px solid #59555f;
    margin: 15px 0;
}

.text_center {
    text-align: center;
}

.course_td {
    width: 360px;
}

.course_desc {
    font-size: .9em;
    padding-top: 10px;
}

.course_desc .paragraph {
    margin: 10px 0;
}


#course_table_title {
    font-size: 1.7em;
}

#grey_hr {
    border-top: 5px solid #59555f;
    margin: 15px 25px;
}

#course_table {
    width: 100%;
}

#course_table td {
    vertical-align: top;
}

#course_table_footer {
    margin: 20px 0 40px 0;
    font-size: 0.7em;
    width: 70%;
    text-align: justify;
    line-height: 1.5em;
}

#gep_row_last {
    clear: both;
    position: relative;
    padding-top: 30px;
    height: 25px;
    margin-bottom: 20px;
}

#bottom_left_logo {
    position: absolute;
    bottom: 25px;
    left: 25px;
}

#go_to_top_btn {
    position: absolute;
    bottom: 25px;
    right: 0;   
}
.text_center .bullet{
    font-size: 25px;
    display: inline-block;
    margin-top: -8px;
}
.row_wrapper .inner_content a{
    color: white;
}
