@charset "UTF-8";

.chart div {
  text-align: right;
}

.title_bar {
	width: 120px;
	height = 12px;
	padding: 2px;
	margin: 1px;
	/* background-color: lightblue; */
	display:inline-block;
}

.graph_bar {
	font: 10px sans-serif;
	color = "white";
	height = 14px;
	padding: 3px;
	margin: 1px;
	text-align: right;
	background-color: steelblue;
	display:inline-block;
}

.bar_end {
    clear:both;
}
