div.exam-header{
	text-align:right;
	font-size:14px;
	margin: 10px 25px!important
}
a.insert-category-bt{
	background: #6699f7;
	padding: 7px;
	color: #ffffff;
	text-decoration:none;
	cursor:pointer;
	border-radius: 7px;
	display:inline-block;
}
a.insert-category-bt:hover{
	background: #f76666;
	padding: 7px;
	color:#ffffff;
}
div.timer-header{
	margin:10px 0 10px 5px!important;
	display:inline-block;
	text-align:center;
}
div.share-sns-bt-header{
	background: #6699f7;
	padding: 7px;
	color: #ffffff;
	text-decoration:none;
	cursor:pointer;
	border-radius: 7px;
	display:inline-block;
}
div.share-sns-bt-header:hover{
	background: #f76666;
	padding: 7px;
}
a.clear_check_header{
	display:none;
	text-align:center;
	margin-left:5px;
}
div.shuffle-example-bt-header{
	background: #6699f7;
	padding: 7px;
	color: #ffffff;
	text-decoration:none;
	cursor:pointer;
	border-radius: 7px;
	display:none;
	margin-left:5px;
}
div.shuffle-example-bt-header:hover{
	background: #f76666;
	padding: 7px;
}
div.search-bt-header{
	background: #6699f7;
	padding: 7px;
	color: #ffffff;
	text-decoration:none;
	cursor:pointer;
	border-radius: 7px;
	display:inline-block;
	margin-left:5px;
	width:40px;
	text-align:center;
}
div.search-bt-header:hover{
	background: #f76666;
	padding: 7px;
}

@media screen and (max-width: 1024px){
	div.exam-header a#config_category{
		display:none;
	}
	a.clear_check_header{
		display:inline-block;
		margin-top:10px;
	}
	div.shuffle-example-bt-header{
		display:inline-block;
		margin-top:10px;
	}
}