.footer {

    width:100%;
    height:73px;
    margin:0px auto;

}

.footer .content {

    border-top:1px solid rgba(238,238,238,1.0);

}

.footer .content table {

    width:100%;
    height:73px;
    border-collapse:collapse;

}

.footer .content table tr td {

    width:50%;
    font-size:13px;
    font-weight:400;
    color:rgba(171,171,171,1.0);
    text-transform:uppercase;

}

.footer .content table tr td a {

    color:inherit;
    text-decoration:none;

}

.footer .content table tr td a:hover {

    text-decoration:underline;

}

.footer .content table tr td.alignLeft {

    text-align:left;

}

.footer .content table tr td.alignRight {

    text-align:right;

}

@media screen and (max-width:1200px) {

    .footer .content table tr td.alignLeft {

        text-align:left;
        padding-left:37px;

    }

    .footer .content table tr td.alignRight {

        text-align:right;
        padding-right:37px;

    }

}