
a.cijfer_schaal{
	display:inline-block;
	text-align:center;
	height:40px;
	min-width:40px;
	background-color: #CCC;
	-webkit-border-radius: 40px;
   -moz-border-radius: 40px;
   border-radius: 40px;
	font-size:20px !important;
   line-height:40px !important;
	margin:5px;
	color:white;
	font-weight:bold;
   border:2px solid white;
   padding:0 !important;margin:0 !important;
}
a.cijfer_schaal:hover, .cijfer_schaal.selected{
	color:white;
	text-decoration:none;
   background-color: #ee8f1e;
}
.cijfer_schaal_label{
   font-weight:bold;
   color:#6f6f6f;
   background:#eaeaf2;
	padding:3px 5px 3px 5px;
	border:1px solid white;
	border-radius:10px;
}
.cijfer_cont{
	text-align:center;
	/*min-height:80px;*/
	position:relative;
}