.left-column {
    float: left;
    padding: 5px;
    width: 48%;
}

.right-column {
    float: right;
    padding: 5px;
    width: 47%;
}