	.chat-content-rightside, .chat-content-leftside{margin:4px 0;}
    label{display:block;}
	#divLogin label{display:inline; margin:8px;}
	 div.whole_question, input[type="radio"]{display:none;}
    #frmChangeStudent input[type="radio"], #frmChangeStudent label  {display:inline;}
	div#div_1{display:block;}
	.correct{display:none; color:red;}
    correctSpCorr{color:green;}
    correctSpWrong{}
	.divTest{display:none;}
	.button-center-medium{width:auto;}
	 button{
		 display:inline-block;
		 margin:8px;
		 padding:8px;
		 font-size: 19px;
		 cursor:pointer;
	}
	input[type=text], input[type=password]{
		 padding:4px;
		 font-size: 14px;
		 border: 1.3px solid blue;
	}
	.chat-right-msg{width:220px; max-width:220px;}
	#minutes {
	  font-size: 1.9em;
	  color: #abcd58;
	}
	#seconds {
	  font-size: 1.9em;
	  color: #abcd58;
	}
	#over {
	  font-size: 1.9em;
	  font-weight: 700;
	  color: RED;
	}
	#timer{
		position:sticky;
		top:6p%;
		left:10%;
		width:168px;
		padding:4px;
		opacity:.8;
		border:2px solid navy;
		background-color: antiquewhite;
		color:navy;
	}
	#timer h5{color:navy !important;}
	div.d {
	  display: inline-block;
	  line-height: 1;
	  padding: 4px;
	  font-size: 2em;
	  font-weight: 700;
	}
	#RESULTS{
	  padding: 4px;
	  padding-bottom: 12vh;
	  font-size: 2em;
	  font-weight: 700;
	}
	#timer span {
	  display: ;
	  font-size: .5em;
	  color: navy;
	}
	#baguetteBox-overlay{display: none;}
	div#page-wrapperTop{
		min-height:10vh !important;
		max-height:10vh !important;
		height:10vh !important;
	}
	.correctRHS{display:none;}
	@media screen and (max-width: 480px)
    {
       	#timer{left:0%;}
	}
	.aalert h5{color: white;}
	.aalert h2, .aalert h1{color: #FFE;}
	@media screen and (min-width: 1000px)
    {
       	.aalert{margin-left: 25%;}
	}
	@media screen and (max-width: 1000px)
    {
       	.aalert *{font-size: 18px;}
       	.aalert{margin-left: 2%;}
	}