.strong{
    font-weight: bold;
}

.divider{
    width: 100%;
    height: 1px;
    background-color: #ccc;
    float: left;
    margin: 15px 0px 15px 0px;
}

.small-circle-profile-image {
    width: 76px;
    height: 76px;
    border-radius: 38px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.instructors-box{
    float: right;
    width: 100%;
}

.instructor{
    float: left;
    text-align: center;
    width: 49%;
    margin-right: 1%;
}

.instructor-name{
    float: left;
    margin-top: 25px;
}

.enroll-box{
    float: left;
    width: 100%;
}

.enroll-box-left{
    width: 65%;
    float: left;
}
.enroll-box-right{
    width: 34%;
    float: right;
}

.apply-box{
    width: 100%;
    float: right;
}

.passcode-box{
    float: right;
    width: 100%;
    margin-top: 20px;
    text-align: right;
}
.apply-button-finished{
/*    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;

    background:#CCC;

    display: block;
    color: #FFF;
    float:right;
    font-family:arial,helvetica,sans-serif;
    font-size:14px;
    font-weight:normal;
    padding:10px 50px;
    //text-shadow:0 1px 1px rgba( 0, 0, 0, 0.5 );
    border: 1px solid #CCC;
    text-align: center;
    text-decoration: none;*/
	float:right;
}

.apply-button-pending{
 /*   -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;

    background:#60c160;

    display: block;
    color: #FFF;
    float:right;
    font-family:arial,helvetica,sans-serif;
    font-size:14px;
    font-weight:normal;
    padding:10px 50px;
    //text-shadow:0 1px 1px rgba( 0, 0, 0, 0.5 );
    border: 1px solid #CCC;
    text-align: center;
    text-decoration: none;*/

	float:right;
}

button.apply-button-enrolled,
a.apply-button-enrolled{
/*    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;

    background: #60c160;

    color: #f0f0f0;
    float:right;
    font-family:arial,helvetica,sans-serif;
    font-size:14px;
    font-weight:normal;
    padding:10px 50px;
    //text-shadow:0 1px 1px rgba( 0, 0, 0, 0.5 );
    border: 1px solid #458b45;
    text-align: center;
    text-decoration: none;
*/
	float:right;
}

button.apply-button-enrolled:hover,
a.apply-button-enrolled:hover{
/*    background: #60b160;
    color: #f1f1f1;
*/}

button.apply-button,
a.apply-button,
input.apply-button{
/*    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;

    background: #0099CC;

    color: #f0f0f0;
    float:right;
    font-family:arial,helvetica,sans-serif;
    font-size:14px;
    font-weight:normal;
    padding:10px 50px;
    //text-shadow:0 1px 1px rgba( 0, 0, 0, 0.5 );
    border: 1px solid #0099CC;
    text-align: center;
    text-decoration: none;
*/
	float: right;
}

button.apply-button:hover,
a.apply-button:hover, input.apply-button:hover{
/*    background: #0088CC;
    color: #f1f1f1;*/
}


/* 115189-1471729865-au */