body{
	margin: 0px;
}

#frame{
	width: 452px;
	height: 590px;
	position: relative;
	border-color: DarkGray;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
}

#can{
	position: absolute;
	left: 26px;
	top: 92px;
	border-color: DarkGray;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	padding: 0px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	user-select: none;
	-webkit-user-select: none;
}

#my_svg{
	position: absolute;
	bottom: 23px;
	left: 67px;
}

#heat_btn{
	position: absolute;
	bottom: 12px;
	right: 18px;
}

#heat_btn.on{
	border-color: rgba(255,42,42,0.6);
	border-width: 2px;
	box-shadow: inset 0 0 6px rgba(255,42,42,0.6);
}

#cool_btn{
	position: absolute;
	bottom: 12px;
	left: 18px;
}

#cool_btn.on{
	border-color: rgba(112,176,218,0.7);
	border-width: 2px;
	box-shadow: inset 0 0 6px rgba(112,176,218,0.7);
}

#solid_btn{
	position: absolute;
	top: 13px;
	left: 66px;
}

#liquid_btn{
	position: absolute;
	top: 13px;
	left: 194px;
}

#gas_btn{
	position: absolute;
	top: 13px;
	right: 66px;
}

.btn{
	font-family: LiHei Pro, 微軟正黑體, Microsoft JhengHei;
	font-size: 14px;
	border-color: DarkGray;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.25);
	height: 61px;
	width: 54px;
	border-radius: 6px;
	background: rgba(0,0,0,0.04);
}

.btn:focus{
	outline: none;
}

.btn:active{
	box-shadow: inset 0 0 2px rgba(0,0,0,0.25);
}

.btn img{
	height: 30px;
}

.btn p{
	margin: 0;
	line-height: 1;
}

.btn-lg{
	height: 60px;
	width: 65px;
}

img.preload{
	display: none;
}


