.toolTip {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: absolute;
	display: none;
	width: auto;
	height: auto;
	background: none repeat scroll 0 0 white;
	border: 0 none;
	border-radius: 8px 8px 8px 8px;
	box-shadow: -3px 3px 15px #888888;
	color: black;
	font: 12px sans-serif;
	padding: 5px;
	text-align: center;
}

.poll-chart-value {
	font: 10px sans-serif;
	color: white;
	font-size: 120%;
	fill: white;
}

.axisHorizontal text {
	font: 10px sans-serif;
}

.axisHorizontal path{
	fill: none;
}

.axisHorizontal .tick line {
	stroke-width: 1;
	stroke: rgba(0, 0, 0, 0.2);
}

.poll-chart-bar-rect {
	fill: #00E6B5;
	fill-opacity: 0.9;
}
.poll-chart-y-label {
	margin-right: 10px;
	font-size: 15px;
	color: green;
}

.poll-chart-x-label {
	font: 10px sans-serif;
}