@charset "utf-8";
/* CSS Document */
@media only screen  and (min-width: 550px) {
.col-md-6.halfpast {
    float: left;
    width: 50% !important;
}
}
@media screen and (max-width: 320px){
    .col-md-6.halfpast {
    width: 100% !important;
    float: none;
}
}