input, select, textarea{
	border-radius: 3px;
}

input, select{
	height: 30px;
}
#toplevel_page_quizlord .wp-menu-image{
	background-image: url(images/icon.png)!important;
	background-repeat: no-repeat;
	background-position: 6px 6px;
}
#toplevel_page_quizlord:hover .wp-menu-image{
	background-position: 6px -31px;
}
#toplevel_page_quizlord.current .wp-menu-image{
	background-position: 6px -66px;
}
#tabs-1 a, #tabs-3 a, #tabs-6 a{
	color: #0074a2!important;
	text-decoration: none;
}

#tabs-1 a:hover, #tabs-3 a:hover, #tabs-6 a:hover{
	color: #2ea2cc!important;
}
#adminmenu .wp-menu-image img{
	margin-top: -4px;
}
#start, #ql-start #resume, #next, #back, #check, #finish, #restart{
border-radius: 10px;
border: 1px solid black;
}
#restart{
	margin-top: 10px;
}
.ql-option{
	border-bottom: 1px solid rgba(0,0,0, 0.2);
}
.ql-points{
	font-size: 20px;
border: 1px solid black;
padding: 5px;
font-style: italic;
border-radius: 5px;
}
.ql-question, .ql-finished{
	border: 1px solid black;
padding: 10px;
border-radius: 5px;
}
.ql-fsingle{
	border: 1px solid black;
padding: 5px;
border-radius: 5px;
margin-top: 10px;
}
.ql-time{
	font-size: 30px;
color: red;
border: 1px solid red;
border-radius: 5px;
width: 100px;
text-align: center;
margin-top: 5px;
}
.time-up{
	font-size: 30px;
color: red;
border: 1px solid red;
border-radius: 5px;
width: 200px;
padding:10px;
text-align: center;
margin-top: 5px;
}
.qlo{
	height:13px;
}
a:active, a:focus{
	outline: none;
	border: none;
	box-shadow: none;
}

input[type="submit"], input[type="button"]{
	width: 150px;
	height: 40px;
}

.delete, .addanswer{
	vertical-align: middle!important;
	margin: 0 5px!important;
}

.first td{
	border-bottom: 1px solid dimgrey;
	padding-bottom: 10px;
	color: dimgrey;
	font-weight: bold;
}

#show tr:nth-child(2n){
	background-color: #EEEEEE;
}

#show tr:nth-child(2n+1){
	background-color:#f8f8f8;
}

#show td{
	padding: 10px;
}

#show td:first-of-type{
	width: 65px;
}

#show .qlqid{
	width: 150px;
}