@charset "UTF-8";
/* CSS Document */

span{
	display: inline-block;
	height: 15px;
	width: 10px;
	background-color:lightgrey;
	margin:1px;
	border-radius:50%;
}

input{
	width:20px;
}

label{
	display:inline-block;
	width:60px;
	
}