body{
		font-family: Tahoma;
		background-color: #f5f5f5;
		font-size: 16px;
	}
	.navbar-default{
		background-color: #f5f5f5;
		border-radius: 0px;
		border-color: #f5f5f5;

	}
.trheader{
	background-color: #eee;
}

@media print {
	body * {
		visibility: hidden;
	}
	#section-to-print, #section-to-print * {
		visibility: visible;
	}
	#section-to-print {
		position: absolute;
		left: 0;
		top: 0;
	}
	#section-to-print2, #section-to-print2 * {
		visibility: visible;
	}
	#section-to-print2 {
		position: absolute;
		left: 0;
		top: 0;
	}
 html, body {
    height:100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    -webkit-print-color-adjust: exact;
  }


  .trheader th{
	background-color: #eeeeee !important;

}



}
