ul.footer
{
    border-top:1px solid #272727;
    margin:10px auto;
    padding:10px 0px;
    text-align:center;
}

ul.footer li.footer-links
{
    text-align:center;
}

ul.footer li.footer-links a
{
    float:left;
    width:100%;
}

@media screen and (min-width:961px)
{
    ul.footer li.footer-links a
    {
        float:none;
        width:auto;
    }
}
