table.invoice-table {
    border: 1px solid black;
    border-collapse: collapse;
}

table.invoice-table th{
    font-weight: normal;
    border: 1px solid black;
    background: #eee;
}

table.invoice-table td{
    border-left: 1px solid black;
    border-right: 1px solid black;
    text-align: right;
}

table.invoice-table tr:nth-child(even) td {
    background: #eee;
}

table.invoice-table .text-left{
    text-align: left;
}

.client_logo {
    width: 36mm;
    vertical-align: bottom;
}

.header{
    position: absolute;

}


.client_stamp{
    position: absolute;
    z-index: -1;
    top:15mm;
    right:50mm;
    width: 15mm;
    margin-top: 30px;
}

.clear{
   clear: both;
}

.footer{
    position: absolute;
    top:183mm;
}
