@import url('hd.css');

/** To look good on desktop browsers the following lines have been added **/
body { top: 35px; left: 87px; position: relative; }
.square {
	width: 135px;
	height: 104px;
}
a.question {
	text-decoration: none;
	text-align: center;
	display:block;
	padding-left:3px;
	padding-right:3px;
	color: black;
	font-size: 18px;
}
a.question:hover { border-color: #eeeeee }
a.selected,a.selected:hover { border-color: #96ffff; }
a.correct,a.correct:hover { border-color: #96ff96; }
a.wrong,a.wrong:hover { border-color: #ff9ca1; }
a.cleared { visibility: hidden; }
br.clear { clear: both; }
a.number {font-size: 50px;}

.row { display: table-row; }

a { color: white; font-weight: bold; text-decoration: none; }
.game a { color: black; }

.game {
	width: 1080px;
	height: 520px;
	position: absolute;
	top: 110px;
}
