.ckecol>* {
    max-width: 100%;
}
.ckecol-one-quarter,
.ckecol-one-half,
.ckecol-three-quarter,
.ckecol-one-third,
.ckecol-two-third,
.ckecol-one-fifth,
.ckecol-two-fifth,
.ckecol-three-fifth,
.ckecol-four-fifth {
    float: left;
    margin-right: 4%;
    position: relative;
    word-wrap: break-word;
    hyphens: auto;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    text-rendering: optimizedLegibility;
}
.ckecol-one-quarter {
    width: 22%;
}
.ckecol-one-half {
    width: 48%;
}
.ckecol-three-quarter {
    width: 74%;
}
.ckecol-one-third {
    width: 30.666%;
}
.ckecol-two-third {
    width: 65.334%;
}
.ckecol-one-fifth {
    width: 16.8%;
}
.ckecol-two-fifth{
    width: 37.6%;
}
.ckecol-three-fifth {
    width: 58.4%;
}
.ckecol-four-fifth {
    width: 79.2%;
}
.ckecol-last {
    float: right;
    clear: right;
    margin-right: 0;
}
.ckecol-last:after {
    content: ".";
    opacity: 0;
    display: block;
    height: 0;
    clear: both;
}
.ckecol-both,
.ckecol-left,
.ckecol-right {
    margin: 0;
    padding: 0;
    background: none;
}
.ckecol-divider {
    clear: both !important;
    display: block !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    width: 100% !important;
    background: none !important;
}
.ckecol-both {
    clear: both !important;
}
.ckecol-left {
    clear: left !important;
}
.ckecol-right {
    clear: right !important;
}
@media all and (max-width: 768px) {
    .ckecol-one-quarter,
    .ckecol-one-half,
    .ckecol-three-quarter,
    .ckecol-one-third,
    .ckecol-two-third,
    .ckecol-one-fifth,
    .ckecol-two-fifth,
    .ckecol-three-fifth,
    .ckecol-four-fifth {
        width: 48% !important;
        margin-right: 2%;
    }
    .ckecol-last {
        float: left;
        clear: none;
        display: block;
    }
    .ckecol-last:after {
        content: "";
        display: block;
        clear: none;
    }
    .ckecol-last + .ckecol-divider {
        clear: none !important;
        display: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}
@media all and (max-width: 480px) {
    .ckecol-one-quarter,
    .ckecol-one-half,
    .ckecol-three-quarter,
    .ckecol-one-third,
    .ckecol-two-third,
    .ckecol-one-fifth,
    .ckecol-two-fifth,
    .ckecol-three-fifth,
    .ckecol-four-fifth {
        width: 100% !important;
        margin-right: 0;
    }
}