/*CSS HANDLER */
#tresult .rwcateg > td {
  color: #222;
}

.print_view {
 display: none;
}

.ico_print.glyphicon.glyphicon-print {
  color: #222;
  float: right;
  top: 4px;
  right: 2px;
}

/* workaround to don't wake up server-side people */
body.pageAccount #tresult tr td:last-child {position:relative}
body.pageAccount #tresult tr.rwmanif + tr td:last-child::after {
	content: " FT      HT";
	white-space: pre;
	position: absolute;
	top: -23px;
	left: -30px;
	font-weight: bold;
}
