body {
  padding-top: 10px;
  margin: 0px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

.invoice-header, .page-header-space {
  height:250px;
}
  .invoice-footer {
      border-top: 1px solid #000;
      /*height: 200px;*/
  }

a {
  color: #00B7FF;
}

.table-hover tbody tr:hover td {
  background: rgb(125, 232, 251);
}

.font-size-10 {
  font-size: 10px;
}
.font-size-11 {
  font-size: 11px;
}
.font-size-13 {
  font-size: 13px;
}
.font-size-14 {
  font-size: 14px;
}

@media print {
  @page {
    size: letter portrait;
    margin: 0;
  }
  body {
    margin: 0px;
  }

  /*.page { page-break-after: always; }*/

  .thead-print {display: table-header-group;} 

  .tfoot-print {display: table-footer-group;}

  .page-header-space { height: 250px; }
  .page-footer-space { height: 180px; }

  .invoice-header {
      position: fixed;
      top: 10px;
      left: 0;
      right: 0;
      /*height: 00px;*/
  }

  .invoice-footer {
      position: fixed;
      bottom: 10px;
      left: 0;
      right: 0;
      border-top: 1px solid #000;
      /*height: 200px;*/
  }

  .footer {
    display: none;
  }
}
