@charset "UTF-8";
/* CSS Document */

#thermometer-empty {
	background-image: url(/images/thermometer/gnd-empty-heart.png);
	width: 359px;
}
#thermometer-full {
	background-image: url(/images/thermometer/gnd-full-heart.png);
	background-repeat: no-repeat;
	height: 304px;
	width: 359px;
	margin-right: auto;
	margin-left: auto;
}
#thermometer-full-red {
	background-image: url(/images/thermometer/gnd-full-red-heart.png);
	background-repeat: no-repeat;
	height: 304px;
	width: 359px;
	margin-right: auto;
	margin-left: auto;
	}
#thermometer-marker {
	float: left;
	margin-left:132px;
	margin-top: -10px;
}
#thermometer-standing {
	float: right;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	display: block;
	margin-top: -5px;
	margin-right: 147px!important;
	text-align: right;
}
#thermometer-main {
	width: 100px;
	margin: 10px;
	float: left;
	background-color: #F2F2F2;
	padding: 10px;
}
#thermometer-main  p strong {
	text-align: center;
}
#teamThermometer {
	float: right;
	/*width: 90px;*/
}
#teamThermometer p {
	margin: 0px;
	padding: 0px;
}
@media (max-width: 992px) {
	#thermometer-standing{
		margin-right: 147px!important;
	}
	#thermometer-marker{
		margin-left:132px;
	}

}