Horizontal Repeated List Styles
/* Horizontal Repeated List Styles
================================================== */
.content-section {
display: block;
position: relative;
width: 100%;
clear: both;
}
.list-repeat {
list-style: none;
}
.list-repeat li {
display: inline-block;
float: left;
margin-right: 12px;
margin-bottom: 12px;
}