*{
	margin: 0;
	padding: 0;
}
body, html{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
body{
	background: #bbe1fa;
}
#qsend{
	display: block;
	position: relative;
	border-radius: 15px;
	box-shadow: 0px 0px 5px #000;
	margin: 0 auto;
	box-sizing: border-box;
	width: 95%;
	margin-bottom: 15px;
	margin-top: 15px;
	border: 2px solid #1b262c;
}
.name{
	display: block;
	position: relative;
	font-weight: bold;
	font-size: 18px;
	padding: 10px;
	width: 100%;
	background: #1b262c;
	color: #fff;
	box-sizing: border-box;
	border-radius: 10px 10px 0px 0px;
	min-height: 48px;
	padding-left: 48px;
}
.name a{
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	height: 48px;
	width: 48px;
	padding: 8px;
	box-sizing: border-box;
}
#qblock{
	margin: 10px;
  	user-select: none;
}
input[type=submit]{
	margin: 15px;
	padding: 15px;
	border-radius: 25px;
	background: #0f4c75;
	color: #fff;
	cursor: pointer;
	border: none;
}
input[type=submit]:hover{
	background: #3282b8;
}
input[type=submit]:active{
	background: #1b262c;
}
.questionTitle{
	margin: 5px;
	font-weight: bold;
}
.questionTitle .num{
	border-radius: 100%;
	height: 24px;
	width: 24px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	background: #3282b8;
	margin: 5px;
	color: #fff;
}
.a{
	margin: 0 auto;
	text-align: left;
}
.c{
	font-size: 0;
	padding: 10px;
	margin: 0 auto;
}
.type0{
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #0f4c75;
	margin: 10px 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.type0:focus{
	border-color: #3282b8;
}
.type1, .type2, .type3, label{
	display: inline;
	cursor: pointer;
	font-size: 16px;
	text-align: left;
}
.type1, .type2, .type3, .type4{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
	border: 2px solid #0f4c75;
}
.c label{
	position: relative;
	padding: 4px;
	padding-left: 35px;
	cursor: pointer;
	line-height: 28px;
}
.c label:hover input ~ .checkmark {
    background-color: #ccc;
}
.c label input:checked ~ .checkmark {
    background-color: #0f4c75;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.c label input:checked ~ .checkmark:after {
  display: block;
}
.c label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#element{
	position: relative;
	display: block;
	text-decoration: none;
	color: #000;
	margin: 15px auto;
	text-align: center;
	padding: 15px;
	width: 95%;
	border-radius: 15px;
	background: #0f4c75;
	color: #fff;
	font-size: 20px;
	box-sizing: border-box;
}
#element:hover{
	background: #3282b8;
}
#score{
	font-size: 24px;
	font-weight: bold;
	color: green;
	display: block;
	margin: 10px auto;
	text-align: center;
}
#score span{
	font-size: 14px;
}
#adenied{
	color: red;
	font-weight: bold;
	margin: 45px;
	padding: 45px;
	font-size: 32px;
	text-align: center;
}
.ab{
	display: inline-block;
}
.aa, .w, .n{
	display: block;
}
.grid{
	display: inline-block;
	margin-bottom: 25px;
}
.w {
	display: block;
	padding-left: 32px;
	line-height: 30px;
	font-size: 0;
}
.n{
	font-size: 0;
	float: left;
}
.n.b{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.nn {
	display: block;
	width: 25px;
	height: 25px;
	font-size: 16px;
	padding: 2px;
	font-weight: bold;
	text-align: right;
	margin-right: 2px;
}
.n1{
	font-size: 16px;
	display: block;
	margin: 2px;
}
.n1 .nn{
	display: inline-block;
	background: #eee;
	border: 2px solid #0f4c75;
	text-align: center;
}
.ww {
	display: inline-block;
	white-space: nowrap;
	width: 25px;
	height: 25px;
	font-size: 16px;
	padding: 2px;
	font-weight: bold;
	text-align: center;
}
.aa .c{
	display: inline-block;
	white-space: nowrap;
	padding: 2px;
}
.aa .c label{
	padding-left: 0px;
	display: block;
	height: 25px;
	width: 25px;
	padding: 0px;
}
.aa .c label .checkmark{
	border-width: 1px;
}
p{
	display: inline;
}
#dump{
	display: block;
	position: relative;
	margin: 25px;
}
.teacher{
	text-align: center;
}
.timeless{
	position: sticky;
	width: 100px;
	float: right;
	font-weight: bold;
	font-size: 16px;
	background: #1b262c;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	z-index: 2;
	padding: 5px;
	margin-right: 15px;
	top: 10px;
}
.timeless #comment{
	font-size: 12px;
}
.c label.t4{
	padding: 0px;
	padding-left: 0;
	margin-right: 5px;
}
.c .t4:hover {
    background-color: #bbf;
}
.c .type4:checked + .t4 {
    background-color: #3fafef;
}
#top{
	position: relative;
	top: 0;
	width: 100%;
	height: 64px;
	background: #322;
}
#acc{
	display: block;
	position: absolute;
	right: 0;
	padding: 8px;
	height: 48px;
	width: 48px;
}
#acc a{
	display: block;
	border-radius: 50%;
	background: #533;
	height: 48px;
	width: 48px;
	color: #fff;
	text-decoration: none;
	line-height: 48px;
	text-align: center;
}
.auth input.type0{
	width: 90%;
	margin: 15px auto;
}
r{
	color:red;
}
bl{
	color:blue;
}
n{
	font-weight: normal;
}
#qblock em{display: block;}
