.order_invoice table {
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #B8B8B8;
    margin-bottom: 10px;
}

.order_invoice td {
    padding: 2px 5px;    
}

.order_invoice thead tr {
    background-color: #EEE;
    font-weight: bold;
}

.invoice_header {
    font-weight: bold;
    padding: 5px;
    text-align: center;    
}

.invoice_info, .invoice_items {
    width: 100%;
}

.invoice_info tbody td {
    padding-left: 20px;    
}

.invoice_price, .invoice_taxbase, .invoice_tax, .invoice_total {
    background-color: #f6f6f6;    
}

.invoice_total {
    font-weight: bold;    
}

.invoice_spec {
    float: left;
    width: 49%;    
}

.invoice_payment {
    float: right;    
    width: 49%;
}