html{
	background-color:#EEEEEE;
}
button {
	touch-action: manipulation; <!-- prevent double tap zoom -->
}
.container{
	max-width: 728px;
}
.modal-background{
	background-color:rgba(255,255,255, 0.86);
}
.color-cold{
	color:#00BFFF;
}
.color-warm{
	color:#F08080;
}
.color-grey{
	color:#AAAAAA;
}
.gramm{
	margin-right:20px;
}
#header, #ad {
	margin-bottom:10px;
}
#debug, #timer_abort, #ad{
	display:none;
}
#ad{
	width:300px;
	height:250px;
	background-color:#FFFFFF;
	//border:1px solid #AAAAAA;
}