
.agent_invoice_clearfix:after
{
  content: "";
  display: table;
  clear: both;
}

/*.agent_invoice table td h3{
  color: #57B223;
  font-size: 1.2em;
  font-weight: normal;
  margin: 0 0 0.2em 0;
}*/


table.agent_invoice_table tbody tr:last-child td {
  border: none;
}



table.agent_invoice_table tfoot tr:first-child td {
  border-top: none; 
}

table.agent_invoice_table tfoot tr:last-child td {
  color: #57B223;
  font-size: 1.4em;
  border-top: 1px solid #57B223; 

}

 table.agent_invoice_table tfoot tr td:first-child {
  border: none;
}


/*.agent_invoice footer {
  color: #777777;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #AAAAAA;
  padding: 8px 0;
  text-align: center;
}*/

