﻿
body {
    overflow-x: hidden;
}

.course-submit {
    margin-bottom: 80px;
}

    .course-submit h1 {
        border-bottom: 1px solid #000;
        padding: 10px 0px;
        margin-bottom: 26px;
        font-size: 53px;
        font-weight: 600;
    }

        .course-submit h1 > small {
            color: #333;
            font-size: 18px;
            float: right;
            margin-top: 20px;
            margin-left: 56px;
            font-weight: 600;
        }

            .course-submit h1 > small.check {
                color: #1baaeb !important;
            }

.thumbnail {
    border: none;
}

.col-md-3 span {
    font-size: 19px;
    color: #a2c331;
}

h5 {
    font-size: 15px;
    font-weight: bold;
}
