.course_table .temperature tr {
    background-color: #ffffff !important;
}

.course_table .temperature th.c1 {
    text-align: left !important;
}
.course_table .temperature th {
    padding: 15px 15px;
    color: #484a4d;
    background-color: #f6f7f8;
    font-weight: normal;
}

.course_table .header
{
    background-color: #f1f4f9;
    font-size: 14px;
    font-weight: 600;
    color: #8f9bb0;
    line-height: 16px;
    padding: 10px 10px;
    border-radius: 3px;
    margin-top: 10px;

}
.course_table .temperature td.c0 {
    width: 50px;
    border: none;
}
.course_table .temperature td.c1 {
    text-align: left !important;
}
.course_table .temperature td {
    position: relative;
    color: #070707;
    line-height: 14px;
    padding: 8px 15px;
    text-align: center;
    background-color: unset !important;
    vertical-align: middle;
}

.course_table td
{
    height: 42px;
}

.course_table .temperature .temperature1 {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 110%;
    background-color: #45cb1d;
}

.course_table .temperature .temperature2 {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #45cb1d;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.course_table .temperature .teachers div
{
    display: inline;
}
.course_table .temperature .first_course.last_course .temperature1 {
    display: none !important;
}
.course_table .temperature .last_course .temperature1 {
    height: 50%;
}

.course_table .temperature .first_course .temperature1 {
    height: 50%;
    top: unset;
    bottom: 0;
}