
body {
background-color: #fff;
background: none;
}

 // * img {
 //   height: 0;
 //   width: 0;
 //   position: absolute;
 // }


#print {	
  visibility: visible;
}

span.print {
 display: block;
}

table#sortable {
  font-family: Arial, "MS Trebuchet", sans-serif;
  visibility: visible;
  font-size: 10pt;
  line-height: 14pt;
  color: #000000;
  width: 600px;
  border:1px solid #000;
}
table#sortable td{
	border-bottom:1px solid #000;
}
table#sortable th{
	border-bottom:1px solid #000;
	text-align:left;
}
table#sortable a{
	color:#000;
	text-decoration:none;
}
td.no-print, span.no-print, table.no-print {
	display:none;
}