body{

	background: #FFFFFF;

}



.container{

	background: #FFFFFF;

}



.h_title{

	padding: 30px;

	align-items: center;

	margin-bottom: 0px;

	background: #000000;

	width: 100%;

}



.h_title h1{

	text-align: center;

	padding-top: 20px;



}



.row{

	padding-top: 10px;

    padding-bottom: 10px;

}



.score_box{

	border-style: solid;

}



.section_tittle{

	background: #3f91fd;

	color: #FFFFFF; 

}

.error{

	color: #FF2D00;

}



.containernav{

    margin-bottom:30px;

}



/*.modal-dialog{

    max-width:80%!important

    

}*/



.modal-body{

    max-height:calc(100vh - 150px);

    overflow-y:auto;

    

}