.introducing-invoice {
  padding: 15px
}

.bg-th {
  background-color: #ccc;
}

.invoice-total{
  background-color: #ccc;
}

.invoice-total tbody{
  float: right;
}

.invoice-total tr{
  width: 250px;
}

.invoice-total tbody tr td {
  border: none;
  text-align: right;
}
