﻿body {}

@media (min-width: 750px) {
    .twoColWrapper .leftCol {
        float: left;
        width: 20%;
    }
    .twoColWrapper .rightCol {
        float: left;
        width: 80%;
        padding: 0 0 0 20px;
    }
}
    @media (min-width: 1024px) {
        .twoColWrapper .innerLeftCol {
            float: left;
            width: 75%;
            padding: 0 20px 0 0;
        }
        .twoColWrapper .innerRightCol {
            float: left;
            width: 25%;
        }
    }

@media (max-width: 749px) {
    .dropzone3 {
        margin-top: 10px;
    }
}