@charset "UTF-8";

@media screen and (max-width: 767px) {
    
    /* overrides common styles */
    #commonFooter{
        width: auto;
        position: static;
    }
    
    #commonFooterInner{
        padding: 15px 0;
        width: 100%;
        background-color: #282828;
        text-align: center;
    }
    #commonFooter li{
        display:inline-block !important;
        float: none;
    }
}