#invoice{
        padding-top: 40px;
}

#invoice .invoice_heading{
        background: #205648;
        padding: 5px;
}
#invoice .invoice_heading p{
        text-align: center;
        color: #fff;
        font-family: sans-serif;
        font-weight: lighter;
}

#invoice .invoice_header{
        padding: 10px;
        background: #d0f7d9;
}
/*
#invoice .invoice_header p{
        float: left;
}
*/
#invoice .s_order_date{
        float: right;
}

#invoice table{width: 100%;}
#invoice table th{
        font-weight: lighter;
        font-family: sans-serif;
}