@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: Dited;
	src: url('../fonts/Dited-webfont.ttf'),
		 url('../fonts/Dited-webfont.eot'),
		 url('../fonts/Dited-webfont.svg'),
		 url('../fonts/Dited-webfont.woff');
}

#game{
	width: 800px;
	margin: 30px auto;
}

#table, #actions{
	display:inline-block;
	vertical-align: top;
}

#table{
	width: 410px;
	margin: 0 auto;
}

.letter{
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 10px;
	cursor: pointer;
	font-family: Dited;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	border: #000 solid 1px;
}

.letter .selec{
	background-color: #91c33a;
}

#actions{
	width: 350px;
	margin-left: 40px;
}

#actions #start, #actions #ok{
	font-family: Dited;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #91c33a;
	border: #000 solid 1px;
	width: 100px;
	height: 40px;
	cursor: pointer;
}

#actions #word{
	border: #000 solid 1px;
	height: 22px;
}

#rules{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}