@charset "utf-8";
#WallClock{
	width:100%;
}
#WallClockTitle{
  font-size:1.7rem;
  color:#333;
  padding:1.5rem;
  text-align:center
}
.appBorder{
	float:left;
	width:450px;
}
@media(max-width:922px){
	#WallClock{
		height:900px
	}
	.appBorder{
		width:100%
	}
}
.appBorder div{
	width:450px;
	margin:auto
}
canvas {
	cursor:pointer
}
#chgBtnGrp{
	width:100%;
	height:160px;
	padding:24px 0;
	text-align:center
}
.chgBtn{
	float:left;
	width:50%
}
#descFunc{
	width:100%;
	padding:30px 0
}
#descFunc h3{
	font-size:1.4rem;
	text-align:center;
}
#descFunc ul{
	width:300px;
	margin:.7rem auto;
}