@import url('ThermGraph/themes/small/theme.css');

.wp_thermgraph {
	text-align: center;

}

.wp_thermgraph h4 a {
	color: #575E66;
	font-weight: bold;
	text-decoration: none;
}
.wp_thermgraph h4 {
	margin: 4px;
	padding: 0;
	text-align: center;
}

.wp_thermgraph .thermgraph_horiz,
.wp_thermgraph .thermgraph_vert {
	margin: 5px auto;
	cursor: pointer;

}

.wp_thermgraph .desc {
	font-size: 11px;
}


