.clear {
	clear: both;
	float: none;
}
.one-half,
.one-third,
.two-third,
.one-fourth,
.three-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth {
	float: left;
	margin-right: 4%;
}
.one-half {
	width: 48%;
}
.one-third {
	width: 30.66%;
}
.two-third {
	width: 65.33%;
}
.one-fourth {
	width: 22%;
}
.three-fourth {
	width: 74%;
}
.one-fifth {
	width: 16.8%;
}
.two-fifth {
	width: 37.6%;
}
.three-fifth {
	width: 58.4%;
}
.four-fifth {
	width: 67.2%;
}
.one-sixth {
	width: 13.33%;
}
.five-sixth {
	width: 82.67%;
}
.last {
	margin-right: 0 !IMPORTANT;
}
.break {
	height: 25px;
	overflow: hidden;
}
.divider {
	border-top: 1px solid #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	overflow: hidden;
}

.icon-box {
	margin-bottom: 1.1em;
}
.icon-box .icon-image {
	float: left;
}
.icon-box img {
	float: left;
	padding-bottom: 5px;
	padding-right: 10px;
}
.icon-box .icon-content {
	overflow: hidden;
}