﻿.columns_5050 {
    width: 100%;
}

    .columns_5050 > .leftColumn {
        width: 100%;
        margin-bottom: 20px;
    }

    .columns_5050 > .rightColumn {
        width: 100%;
    }


@media only screen and (min-width : 0px) {
}

@media only screen and (min-width : 768px) {
    .columns_5050 > .leftColumn {
        width: 50%;
        float: left;
        margin-bottom: 0px;
    }

    .columns_5050 > .rightColumn {
        width: 50%;
        float: left;
    }
}

@media only screen and (min-width : 1024px) {

}
