.circle {
	background:#285e8e;
	border-radius:50%;
	color: white;
	display:table;
	height: 160px;
	width:160px;
	font-weight: bold;
	font-size: 1.2em;
	width: auto;
	margin:0 auto;
	
}

.circle span {
	display:table-cell;
	vertical-align:middle;
	height:230px;
	width:230px;
	text-align:center;
	padding: 0 10px;
	font-size: 130%;
}


body{
	letter-spacing: 1px;
	background: white;
	font-family:Lato, Tahoma, Arial, Century, "Sans Serif";
	font-size:12px;
	color:#285e8e;
}
