.exam-title {background-color: #53BBB4;}


h1{
font-size: 24px;
    font-weight: normal;
    color: #036;
    margin: 10px 0;
    text-align: center;
}

input[type=text] {
    padding:3px 0;
}



.examiner {
    padding: 10px 20px;
    display: block;
    max-width:95%;
    margin-left: 1%;
	background-color: #EAECED;
	border: 1px solid #CCCDCE;
	-moz-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.examinerName {text-align: left; color: #485C70;}

.student {
	float:right;
    width: 90%;
    margin-right: 2%;
    padding: 1%;
	border: 1px solid #F7D1C3;
	background-color: #F9E9E3;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.stdN {
    color: #EF4D1F !important;
}

.conversation {
    padding: 0 1%;
}

/*

.conversation img {

    width: 40px;
    height: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    display: inline-block;
    margin: 0 10px;
}

*/

.drag {
    border: 1px solid #c0c8c9;
    background-color: #f4f8f8;
    color: #036;
    width:auto;
    cursor: pointer;
    padding:2px 7px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
    display: inline-block;
    min-width:50px;
    text-align: center;
    font-size: 14px;
}

.drag:hover {
    background-color: #d2dcdd;
}


.student input[type=text] {
    padding:3px 0;
}

.student ul {
    margin: 0;
    padding: 10px 0 10px 10px;
    list-style: none;
    border-left: 1px solid #F7D1C3;
}

@media (max-width: 1100px) {
    .student ul {
        border-left: 0;
    }

    .student p {
        border-right: 1px solid #F7D1C3;
        padding-right: 10px;
        display: block;
        min-width: 200px;
    }
}

.student li {
    width:100%;
    text-align: center;
}

@media (max-width: 991px) {
    .student li {
        margin-bottom: 20px;
    }

    .student {
        margin-right: 4%;
        max-width: 90%;
    }

}

/* Part 2 */

.part2 .row {padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #ccc;}

.part2 img {display: block; margin: 0 auto;}

.part2 ul {list-style: none; padding: 0; margin: 0;}
.part2 li { margin-bottom: 10px;}
.center {display: block; margin: 0 auto;}
