.square-gray {
	font-size: 10px;
	margin-top:30px;
	font-weight: bold;
	padding-bottom: 5px;
	position: relative;
	padding-left: 15px;
}

.square-gray:before {
	background: #888;
	content: "";
	height: 1em;
	width: 1em;
	left: 0px;
	position: absolute;
	top: 5px;
}