body {
	max-width: 1000px;
	margin: 0 auto;
}
.chartContainer {
	width: 100%;
	position: relative;
 	font-family: GuardianTextSans,Guardian Text Sans Web,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif !important;
}
.bar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #c70000;
	height: 10px;
	z-index: -1;
	opacity: 1;
}
tbody tr td:nth-child(2) {
	padding-left: 2px;
	/*color: black;*/
	/*padding-bottom: 15px;*/
}