.google-visualization-tooltip {
	border: 1px solid #999;
	border-radius: 2px;
	background-color: #fff;
	position: absolute;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.6);
	font-size: 14px;
	font-weight: 700;
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.6);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.6);
	font-family: Roboto;
	margin-left: -110px;
	margin-top: 100px
}
.chart {
	width: 100%;
}