/* mobile */
@media screen and (max-width: 767px)
{
    #view_invoice_table{
        position: relative;
        left:-10px;
    }
    #view_invoice_table .a, .b, .c, .d,  .f{
        width:20% !important;
    }
    #view_invoice_table .e{
        
    }
    #view_invoice_table .g{
        width: 60% !important;
    }
    #social_bottom{
        text-align:center;
    }
    #page_footer{
        text-align: center;
    }

}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 991px)
{
    #view_invoice_table{
        position: relative;
        left:-10px;
    }
    #view_invoice_table .a, .b, .c, .d, .f{
        width:20% !important;
    }
    #view_invoice_table .g{
        width: 60% !important;
    }
    #view_invoice_table .e{
        
    }
    #social_bottom{
        text-align:center;
    }
    #page_footer{
        text-align: center;
    }

}

/* desktop */
@media screen and (min-width: 992px) 
{
    
}