﻿
body {
    overflow-x: hidden;
}

.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;
        }

.inputtext {
    text-align: center;
}

.questiontext li {
    margin-bottom: 25px;
}

.thumbnail {
    border: none;
}

h5 {
    font-weight: bold;
}

.course-submit .container:nth-child(3) {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 120px;
}

    .course-submit .container:nth-child(3) a {
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        color: #a2c331;
    }

        .course-submit .container:nth-child(3) a:hover {
            color: black;
        }

