
@media print
{
body * { visibility: hidden; margin:0px; font-size:10px;}
fieldset * { visibility: hidden; }
.submenu * { visibility: hidden; }
.pagination * { display: none; }
#div-search * { display: none; }
.search-box * { display: none; }
.table * { 
	width: 100%;
	font-size:10px;
  border-collapse: collapse; 
}
.table th {
  padding: 5px;
  font-weight: bold;
  text-align: left;
  width:5%;
}
.table th.last {
  display:none;
}
.table td {
  padding: 5px;
  width:5%;
}

.table td.last {
	display:none;
  text-align: right;
}


.table th {
  background: #eaeaea;
  color: #222;
  font-weight: normal;
}

.table td {
  border-bottom: 1px solid #eaeaea;
}

.table tr.even {
  background: #f8f8f8;
}
.content * { visibility: visible; }
.content { position: absolute; top: 20px; width:100%; }

}