@media all and (min-width:65em) {
    #left_column {
        display: inline
    }

    #middle_column {
        width: 66%
    }
}