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;}



h1, h2, h3, h4, h5, h6, table { margin-bottom: 20px;}

table.table thead {display: table-header-group !important;}
table.table tbody, table.table tfoot { display:table-row-group !important; }
table.table thead th, table.table thead td{background: #f0f0f0 !important;}

@media print {
 .noprint {
  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}
.pull-left{float: left;}
.pull-right{float: right;}
.bg-info{background: #d9edf7;}
.bg-success{background: #dff0d8;}
.bg-warning{background: #fcf8e3;}
.bg-danger{background: #f2dede;}
.page-break{display: block; /*page-break-after:always;*/ clear:both; page-break-before:always; height:1px; }

.row {
 float: left;
 width: 100%;
 clear:both;
}

.col-3 {
 float: left;
 width: 25%;
}

.col-4 {
 float: left;
 width: 33%;
}

.col-6 {
 float: left;
 width: 50%;
}
