#bar-thermometer{
	background-color: #00b200;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#container-thermometer{
	border: 2px solid #ddd;
	border-radius: 4px;
	background-color: #ddd;
	height: 30px;
	width: 100%;
	border-radius: 10px;
	position: relative;
	padding-bottom: 1px;
}

#my-thermometer {
	float: left;
	position: relative;
	padding-bottom: 1px;
	width: 100%;
}