
.header {padding-top:10px;}
.content-wrapper {clear:both;}
.content {padding:30px;padding-bottom:0;}


.section {
    clear: left;
    /*float: left;*/
    padding-bottom: 18px;
    width: 100%;
}

.section:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.section h2 {
    border-bottom: 1px solid #e4e4e4;
    font-weight: normal;
    margin-bottom: 3px;
    padding-bottom: 15px;
}

.section ul {
    list-style: none;
    float:left;
    width: 880px;
    margin-bottom: 18px;
    padding: 0;
}
.section ul li {
    float:left;
    width: 146px;
    margin: 18px 0 24px;}

.section ul li a {
    display: table;
    width: 126px;
    color: #666;
    cursor: pointer;
}
.section ul li a:hover {
    text-decoration: underline;
    color: #1a80b6;
}

.section ul li img {
    float: left;
    margin-right: 10px;
    max-height: 30px;
}
.section ul li span {
    display: table-cell;
    width: 86px;
    vertical-align: middle;
}

.section ul li span span {
    width: 100%;
    font-size: 12px;
}

.content:after,
.section:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.section-title {margin-bottom: 15px;}
.section-title * {margin: 0;}
