@font-face {
  font-family: Web;
  src: url("./img/n.otf"), url("./img/n.ttf");
}
body {
	font-family: Web, sans-serif; 
	background-image: url('./img/back1.png');
	text-align: center;
}
a {
	text-decoration: none;
	color: orange;
}
a:hover {
	color: red;	
}
.tg {
	display: block;
	margin: 0px auto;
}
.tg2 {
	width: 150px;	
	height: 150px;
}
.tg3 {
	vertical-align: top;
	text-align: center;
	padding-top: 40px;
	height: 100px;
}
.tg4 {
	text-align: center;
	vertical-align: bottom;
	font-size: 12px;
}
.game_in_pause {
	background-image: url('./img/p.png');
	background-size: 60% auto;
	background-position: center 50px;
	background-repeat:  no-repeat;
}
.info {
	color: gray;
}
.game_cell {
	display: inline-block;
	width: 20px;
	height: 20px;

	
	margin: 1px;
	border-radius: 3px;

	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,0.4), inset -1px -1px 0px 0px rgba(0,0,0,0.1);
	
}
.cell0 {
	background-color: white;
}
.cell_header {
	box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,0.1), inset -1px -1px 0px 0px rgba(0,0,0,0.1);
}
#main_game_field {
	width: 600px;
	margin: 0px auto;
}
/*
.cell1 {
	background-color: #00f801;
	box-shadow: inset  3px  3px 2px 0px #057800,
	            inset -3px -3px 2px 0px #057800;
}
.cell2 {
	background-color: #fb7a02;
	box-shadow: inset  3px  3px 2px 0px #973f11,
	            inset -3px -3px 2px 0px #973f11;
}
.cell3 {
	background-color: #450275;
	box-shadow: inset  3px  3px 2px 0px #1b123f,
	            inset -3px -3px 2px 0px #1b123f;
}
.cell4 {
	background-color: #0100fa;
	box-shadow: inset  3px  3px 2px 0px #121063,
	            inset -3px -3px 2px 0px #121063;
}
.cell5 {
	background-color: #f7f502;
	box-shadow: inset  3px  3px 2px 0px #918800,
	            inset -3px -3px 2px 0px #918800;
}
.cell6 {
	background-color: #9101d4;
	box-shadow: inset  3px  3px 2px 0px #510051,
	            inset -3px -3px 2px 0px #510051;
}
.cell7 {
	background-color: #fe0000;
	box-shadow: inset  3px  3px 2px 0px #631513,
	            inset -3px -3px 2px 0px #631513;
}
*/
.cell1 {
	background-color: #00f801;
}
.cell2 {
	background-color: #fb7a02;
}
.cell3 {
	background-color: #00a8cb;
}
.cell4 {
	background-color: #0100fa;
}
.cell5 {
	background-color: #f7f502;
}
.cell6 {
	background-color: #9101d4;
}
.cell7 {
	background-color: #fe0000;
}
.cell9 {
	background-color: #eeeeee;
}

.list_raw {
	width: 100%;
	display: inline-block;
	margin: 2px;
}
.list_raw div {
	display: inline-block;
}
.list_raw_active {
	color: orange;
}
.list_name {
	width: 250px;
	text-align: right;
	margin-right: 7px;
}
.list_dot {
	width: 250px;
	outline: 2px black dotted;
}
.list_score {
	width: 250px;
	text-align: left;
	margin-left: 7px;
}

.menu, form {
	margin: 0px auto;
	display: inline-block;
	margin-top: 200px;
}
.menu a {
	margin: 3px;
	display: inline-block;
}
form #name {
	font-family: Web, sans-serif;
	text-align: center;
	width: 300px;
	border: 0px;
	border-bottom: 2px black dashed;
	height: 30px;
	font-size: 18px;
	background-color: transparent;
}
form #submit {
	font-family: Web, sans-serif;
	background-color: #eeeeee;
	box-shadow: inset 1px 1px 0px 0px rgba(0,0,0,0.4), inset -1px -1px 0px 0px rgba(0,0,0,0.1);
	border: 0px;
	border-radius: 4px;
	font-size: 14px;
	width: 150px;
	height: 32px;
}