.ret-graph td, .ret-graph th {
	font-size: 12px !important;
	line-height: 1em !important;
}

.ret-graph th {
	white-space:nowrap;
	text-align: left;
	font-weight: normal;
}

.ret-graph td div {
	float: left; 
	height: 1em;
	background: #008;
	margin-right: 3px;
	min-width: 1px !important
}
.ret-graph .vuln td {
	color: #800;
}
.ret-graph .vuln td div {
	background: #800;
}
