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

.numberCircle {
	border-radius: 50%;
	behavior: url(PIE.htc);
	/* remove if you don't care about IE8 */
  width: 24px;
	height: 24px;
	padding: 4px;
	border: 3px solid #f9f9f9;
	color: #FFF;
	text-align: center;
	font: 22px Arial, sans-serif;
	background: #0287D0;
}
