@import url("/main.inc.css");


.area{
	position: relative;
	margin-top: 30px;
	width: 700px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(0,0,0,0.8);
	border-radius: 30px;
}

.grid{
	float: left;
	width: 348px;
	height: 638px;
	margin: 20px;
	margin-left: 60px;
	margin-right: 0px;
}
.grid table{
	border: 3px ridge #999;
}

.menu{
	text-align: center;
	color: #fff;
	margin: 20px;
	float: right;
	width: 240px;
}

.grid table,
.info table{
	border-collapse: collapse;
	background: #000;
	margin-left: auto;
	margin-right: auto;
}
.grid td,
.info td{
	border: 1px solid #333;
	width: 26px;
	height: 26px;
}
.info td{
	border: 1px solid #000;
}

.info table{
	border: 10px solid #000;
	border-left: 40px solid #000;
	border-right: 40px solid #000;
}
.info{
	height: 120px;
	margin-top: 30px;
}
.info .big{
	font-size: 40px;
	font-weight: bold;
	line-height: 3em;
}

.color0{
	background-color: #ff4e4e;
}
.color1{
	background-color: #ff900a;
}
.color2{
	background-color: #fbff44;
}
.color3{
	background-color: #44e5ff;
}
.color4{
	background-color: #5f66ff;
}
.color5{
	background-color: #c800ed;
}
.color6{
	background-color: #12e800;
}

.pause{
	font-size: 60px;
	line-height: 10em;
	text-align: center;
	height: 100%;
	background: #444;
	color: #aaa;
	font-weight:bold;
	display: none;
}

.pausebutton{
	display: none;
}
button{
	font-size: 18px;
	padding: 5px 20px;
}
#highscoreDialog{
	position: absolute;
	left: 77px;
	top: 90px;
	width: 300px;
	height: 300px;
	text-align: center;
	background: #fed;
	color: #402;
	border: 5px ridge #aaa;
}
#highscoreDialog input{
	font-size: 30px;
	width: 270px;
	border-radius: 5px;
}

.highscore table{
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
.highscore thead{
	background : #000;
}
.highscore td,
.highscore th{
	padding: 2px 5px;
}
