html,body
{
	width:100%;
	height:100%;
	text-align:center;
	background:#000000;
	color:#ffffff;
}
input, select
{
	font-size:13px;
}
#stopStart, #reset
{
	font-size:30px;
	width:90px;
	height:45px;
	background:#AEFF8F;
	color:#000000;
}
#stopStart:hover, #reset:hover
{
	background:#46FF00;
}
#disp
{
	font-size:80px;
	width:480px;
	background:#000000;
	color:#ffffff;
}
#stopStart, #reset, #disp
{
	border:1px solid #46FF00;
}
#tooltip
{
	padding:3px;
	border:1px solid #ffba00;
	display:block;
	background:#000000;
	color:#ffffff;
}
#tb
{
	background:#AEFF8F;
	border-bottom:1px solid #46FF00;
	padding:5px;
	margin:0 0 10px 0;
	color:#000000;
}
#tb b
{
	padding:0 0 0 5px;
	letter-spacing:3px;
}
#ib
{
	background:#FFFFFF;
	color:#000000;
	padding:10px;
	margin:0 0 10px 0;
	text-align:left;
}
#lap
{
	font-size:26px;
}
