
table.eg-attach-stats thead th,
table.eg-attach-stats td {
	text-align: center;
}

table.eg-attach-stats-details {
	border-collapse: collapse;
	margin: 0 auto;
	border: 1px solid #ccc;
}

table.eg-attach-stats-details td {

	background-color: white;
	text-align: center;
	vertical-align: bottom;
	width: 50px;
}

table.eg-attach-stats-details tr.histogram  td{
	height: 220px;
}

table.eg-attach-stats-details tr.histogram  td div{
	width: 14px;
	background-color: red;
	margin: 0 auto;
}
