﻿.red {
    color: red;
}
.green {
    color: green;
}
.black {
    color: black;
}
.blue {
    color: blue;
}
.bold {
    font-weight: bold;
}
.label {
    display: inline-block !important;
    margin-bottom: 0.5 rem !important;
    font-weight: 600 !important;
}
.hide {
    display: none !important;
}

.font-13 {
    font-size: 13px !important;
}

.font15px {
    font-size: 15px !important;
}

.font17px {
    font-size: 17px !important;
}

.bg-thead {
    background-color: darkturquoise !important;
}
.padding-bottom-21 {
    padding-bottom: 21px !important;
}

.padding-5 {
    padding: 5px !important;
}

.course-img {
    width: 412px;
    height: 258px;
}

.width-100 {
    width: 100% !important;
}

.right {
    float:right !important;
}