/* Dead Simple Grid (c) 2015 Vladimir Agafonkin */

.row .row:not(.keep-gutters) { margin:  0 -20px; }
.col                         { padding: 0  20px; }

.row:after {
    content: "";
    clear: both;
    display: table;
}

@media only screen { .col {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}}
