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

.countAbus{
	background-color: #e74c3c;
	color: #fff;
	height: 20px;
	width: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	line-height: 20px;
}