/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }

.smallIconList{
	margin-left: 10px;
}
.smallIconList li{
	float: left;
	width: 35%;
	margin-left: 10px;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}

.borderGreen li{
	border: 1px solid #bcefbc;
}

.borderGrey li{
	border: 1px solid #bfdfef;
}

.smallRect{
	display: block;
	width: 84px;
	height: 50px;
	margin-bottom: 5px;
	border: 1px solid #cfcfcf;
	border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}