#cc_locations,
#cc_schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 80px;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
}

#cc_locations a,
#cc_schedule a {
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #346ba7;
    padding: 20px 0;
    font-weight: bold;
}

#cc_locations a + a,
#cc_schedule a + a {
    margin-top: 20px;
}

#cc_locations a:hover,
#cc_schedule a:hover {
    background-color: tomato;
    text-decoration: none;
    background-color: #27568a;
}

.cc_content {
    margin-bottom: 20px;
}

#course_times {
    margin: 50px 0;
}

#course_time_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    margin: 0 -20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#course_time_items .course_time_item {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 20px;
}

#course_time_items .course_time_item:nth-child(n + 5) {
    margin-top: 20px;
}

#course_time_items .course_time_item .header {
    margin-bottom: 10px;
}

#course_time_items .course_time_item .weekday {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#course_time_items .course_time_item .weekday .from_to {
    color: #adb5bd;
}

.cc_location_items .cc_location_item + .cc_location_item {
    margin-top: 20px;
}

.cc_location_items .cc_location_item .header {
    background-color: #ededed;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px;
    border: 1px solid #ddd;
}

.cc_location_items .cc_location_item .header .header_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    width: 140px;
}

.cc_location_items .cc_location_item .header .header_left .day {
    color: #4088e2;
    font-size: 30px;
    line-height: normal;
}

.cc_location_items .cc_location_item .header .header_left .month_dayname {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: normal;
    font-size: 13px;
}

.cc_location_items .cc_location_item .header .header_left .month_dayname .dayname {
    color: #6c757d;
}

.cc_location_items .cc_location_item .header .name {
    font-size: 20px;
}

.cc_location_items .cc_location_item .header .header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 140px;
}

.cc_location_items .cc_location_item .header .header_right .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
}

.cc_location_items .cc_location_item .header .header_right .icons .icon {
    font-size: 20px;
}

.cc_location_items .cc_location_item .header .header_right .icons .icon + .icon {
    margin-left: 10px;
}

.cc_location_items .cc_location_item .content {
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #ededed;
    background-color: #fefefe;
    padding: 20px;
}

.cc_location_items .cc_location_item .content .content_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cc_location_items .cc_location_item .content .content_info .content_left .meetings {
    display: block;
    padding: 0 10px 10px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.cc_location_items .cc_location_item .content .content_info .content_left .hours .weekday {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cc_location_items .cc_location_item .content .content_info .content_left .hours .weekday .hour {
    color: #adb5bd;
    margin-left: 20px;
}

.cc_location_items .cc_location_item .content .content_info .content_right {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cc_location_items .cc_location_item .content .content_info .content_right .btn {
    background-color: #346ba7;
    color: white;
}

.cc_location_items .cc_location_item .content .content_info .content_right .btn:hover {
    background-color: #427cb9;
}

.cc_location_items .cc_location_item .content .content_info .content_right .help_link {
    margin-top: 10px;
}

.cc_location_items .cc_location_item .content .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cc_location_items .cc_location_item .content .content_description {
    text-align: justify;
    background-color: #ededed;
    border: 1px solid #ddd;
    margin-top: 20px;
    padding: 10px 15px;
}
