@page {
    margin: 40px;
}
table.product-table{
    border-collapse: collapse;
}
table.product-table tr th{
    height:30px;
    color: white;
    background-color: #303233;
}
table.product-table tr td {
    border-bottom: 1px solid #DCDADB;
}

table.order-total-table{
    border-bottom: 1px solid #DCDADB;
}


/** Packingslip total css **/
table.packing-total-table{
    width:50%;
    margin: 0 0 0 auto;
    border-bottom: 2px solid #DCDADB;
}
table.packing-total-table tr td:nth-child(even){
    text-align: left;
}
th.product-column {
    text-align: left;
    padding-left: 5px;
}
