.rainBar {
	fill: blue;
}

.tempPath {
	stroke: red;
	stroke-width: 2;
	fill: none;
}

.pressPath {
	stroke: cyan;
	stroke-width: 2;
	fill: none;
}

.humidPath {
	stroke: orange;
	stroke-width: 2;
	fill: none;
}

.cosSegment {
	stroke: black;
	stroke-width: 2;
}

.cosScale {
	stroke: black;
	stroke-width: 1;
}

#svg_graph {
	width: 750;
	height: 450;
}

.graphLegend {
	font-family: sans-serif;
	font-size: 14px;
	fill: black;
}

#graphLegendPressure {
	fill: cyan;
}
#graphLegendtemperature {
	fill: red;
}
#graphLegendHumidity {
	fill: orange;
}
#graphLegendRain {
	fill: blue;
}