
#invoiceTable > tbody > tr > .emptyrow {
    border-top: none;
}

#invoiceTable > thead > tr > .emptyrow {
    border-bottom: none;
}

#invoiceTable > tbody > tr > .highrow {
     border-top: 3px solid;
 }

 /*================================================*/
 .invoice-head td {
  padding: 0 8px;
}
.container {
  padding-top:30px;
}
.invoice-body{
  background-color:transparent;
}
.invoice-thank{
  margin-top: 60px;
  padding: 5px;
}
 
 /*===============================================*/

 