.Thermometer APPLET,
.LFArea .Thermometer {
	width: 600px !important;
	height: auto;
	max-width: 100% !important;

}

/*change size of the SVG thermometer image*/
.AndarChartContainer {
	width: 80% !important;
	height: 300px !important;
	margin: 0 auto;
	max-width: 100%;
}

@media only screen and (max-width: 600px) {
	.AndarChartContainer {
		height: 150px !important;
	}
}
