	.textCircle {
		display: inline-block;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		color: #fff;
		line-height: 15px;
		text-align: center;
		margin: 1px;
		font-size:10px;
	}
	.textCircle.yellow{background:yellow;color:#333;}
	.textCircle.red{background:red;}
	.textCircle.orange{background:orange;}
	.textCircle.blue{background:blue;}
	.textCircle.purple{background:purple;}
	.textCircle.green{background:green;}
	.textCircle.gray{background:gray;}
	.textCircle.silver{background:silver;}
	.textCircle.black{background:black;}
	.textCircle.maroon{background:maroon;}
	.textCircle.lime{background:lime;color:#333;}
	.textCircle.navy{background:navy;}
	.textCircle.no{border: 1px solid #666;color:#333;border-radius: 0%}
