body {
    -webkit-text-size-adjust: none;
    padding: 0 18px;
}

#page {
    width: 100%;
    position: relative;
}

.column {
    margin-left: 0;
    display: block;
    float: none;
}

.width1, .width2	{
    width: 50% !important;
    float: left;
}

.width1:nth-child(even) {
    clear: left;
}

.first {
    clear: none;
}

.width3 {
    width: 100% !important;
}

.width4, .full {
    width: 100% !important;
}