﻿
/*TODO: remove*/
.register-confirm-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f4f4f4;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

/*TODO: remove*/
.register-confirm-body {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: space-between;
    align-items: center;
}

/*TODO: remove*/
.register-confirm-body-left {
    width: 100%;
    margin-right: 60px;
    margin-left: 60px;
}

/*TODO: remove*/
.register-confirm {
    position:relative;
    margin-top: 40px;
    margin-bottom: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #d1d1d1;
}

.course-select-confirm {

}

.course-select-confirm-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f4f4f4;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.course-select-confirm-body {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: space-between;
    align-items: center;
}

.course-select-body-left {
    width: 100%;
    margin-right: 60px;
    margin-left: 60px;
}

@media screen and (max-width: 767px) {
    /*TODO: remove*/
    .register-confirm-body {
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    /*TODO: remove*/
    .register-confirm-body-left {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-left: 0px;
    }

    .course-select-confirm-body {
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .course-select-confirm-body-left {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-left: 0px;
    }
}