﻿.content
{
    margin: 10px 1% 10px 1%;
    clear: both;
}


@media screen and (orientation: portrait){
.content-column
{
    width: 96%;
    margin: 10px 1% 10px 1%;
    clear: both;
}
}

@media screen and (orientation: landscape) {
.content-column
{
    width: 96%;
    margin: 10px 1% 10px 1%;
    float: left;
}
}

@media screen and (orientation: landscape) and (min-width: 640px) {
.content-column
{
    width: 48% !important;
    margin: 10px 1% 10px 1%;
    float: left;
}
}

footer h4
{
    font-size: 13px !important;
}