@page {
    margin: 30px;
}
table.product-table{
    border-collapse: collapse;
}
table.product-table tr th{
    height:30px;
    color: white;
    background-color: #6B6B6B;
    padding: 0 10px;
}
table.product-table tr th:nth-child(1){
    text-align: left;
}
table.product-table tr td {
    border-bottom: 1px solid #6B6B6B;
}

.total-last-td-label {
    border-bottom: 2px solid #6B6B6B;
    height: 1px;
}
.total-last-td-value{
    border-bottom: 2px solid #6B6B6B;
}
.invoice-footer-hr{
    margin-bottom: 0;
    width: 100%;
}
.invoice-footer-table{
    width: 100%;
    padding: 0;
}
