.pfp_thermometer {
	width: 52px;
	height: 120px;
	position: relative;
} 
.pfp_thermometer .achieved {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 50px;
}
.pfp_thermometer .tank {
	width: 50px;
	height: 100px;
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 10;
	height: 100px;
}
.pfp_thermometer .overflow {
	position: absolute;
	top: 5px;
	left: -10px;
	z-index: 30;
}
.pfp_thermometer .to_fill {
	position: relative;
}
.pfp_photo {
	max-width: 250px;
}
.pfp_logo {
	max-width: 150px;
}
