.container {
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.split {
    float: left;
    box-sizing: border-box;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 40px;
}

.split-1 { width: 98%; }

.split-2 { width: 48%; }
.split-2.fill-2 { width: 98%; }

.split-4 { width: 23%; }
.split-4.fill-2 { width: 48%; }
.split-4.fill-3 { width: 73%; }

.split-5 { width: 18%; }
.split-5.fill-2 { width: 38%; }
.split-5.fill-3 { width: 58%; }
.split-5.fill-4 { width: 78%; }

.split-8 { width: 10.5%; }
.split-8.fill-2 { width: 23%; }
.split-8.fill-3 { width: 35.5%; }
.split-8.fill-4 { width: 48%; }
.split-8.fill-5 { width: 60.5%; }
.split-8.fill-6 { width: 73%; }
.split-8.fill-7 { width: 85.5%; }

.split-10 { width: 8%; }
.split-10.fill-2 { width: 18%; }
.split-10.fill-3 { width: 28%; }
.split-10.fill-4 { width: 38%; }
.split-10.fill-5 { width: 48%; }
.split-10.fill-6 { width: 58%; }
.split-10.fill-7 { width: 68%; }
.split-10.fill-8 { width: 78%; }
.split-10.fill-9 { width: 88%; }

.list {
    margin: 0;
    list-style-type: none;
}

.list li {
    margin: 0 0 20px 0;
    padding: 10px;
    overflow: hidden;
}

.separator {
    margin: 0 1% 40px 1%;
    clear: left;
}

.img-center {
    display: block;
    margin: auto;
}

.gap-bottom {
    margin-bottom: 20px;
}

.text-center {
    text-align: center;
}