html, body {
 margin: 0;
 padding: 0;
 font-size: 11px;
 letter-spacing: 0px;
 font-family: Verdana, Geneva, sans-serif;
}

h1 {
 font-size: 14px;
}

h2 {
 font-size: 13px;
}

h3 {
 font-size: 12px;
}

h4 {
 font-size: 11px;
}

table {
 border: 1px solid #000 !important;
 border-left: none !important;
 border-top: none !important;
 width: 100% !important;
}

table td, table th {
 vertical-align: top;
 border: 1px solid #000 !important;
 border-bottom: none !important;
 border-right: none !important;
 padding: 2px;
 font-size: 11px;
}

table th {
 background-color: #e0e0e0;
 color: #000;
}

table tr {
 border-top: 1px solid #000;
}

tr.thhead {
 background: #e0e0e0 !important;
 text-align: left;
}

tr.tdhead {
 background: #efefef !important;
}

table.table thead {
 display: table-header-group !important;
}

table.table tbody, table.table tfoot {
 display: table-row-group !important;
}

@media print {
 .noprint, .datepicker {
  display: none;
 }
}

.line2only {
 display: inline-block;
 max-height: 20px;
 overflow: hidden
}

.text-left {
 text-align: left;
}

.text-center {
 text-align: center;
}

.text-right {
 text-align: right
}

.greybg {
 background: #e0e0e0
}

.page-break {
 display: block;
 page-break-after: always;
 clear: both; /*page-break-before:always;*/
 height: 1px;
}
