﻿* {
	margin: 0px;
	padding: 0px;
}

body {
	white-space: nowrap;
	background-image: url('../img/bg.png');
	background-color: #5E6B7A;
}

#header {
	background: #193B63;
	padding: 30px 0px;
	outline: #E8B86D 1px solid;
}

#header h1 {
	font-family: "Century Gothic", sans-serif;
	color: #E8B86D;
	font-size: 50px;
}

#content {
	padding-top: 60px;
	position:relative;
}

.cell {
	width: 100px;
	height: 70px;
	background: #81A3CC;
	display: inline-block;
	margin: 0px 5px 5px 0px;
	border-radius:10px;
	text-align: center;
	padding-top: 30px;
	font-family: "Century Gothic", sans-serif;
	color: #193B63;
	font-size: 30px;
	cursor: pointer;
}

.cell:hover{
	background: #94BBEA;
}

.float {
	width:400px;
	position:absolute;
	background-color:rgba(0,0,0,.6);
	color:#fff;
	font-family: "Century Gothic", sans-serif;
	font-size: 30px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5); /* Р”Р»СЏ Firefox */
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5); /* Р”Р»СЏ Safari Рё Chrome */
	box-shadow: 0 0 5px rgba(0,0,0,0.5); /* РџР°СЂР°РјРµС‚СЂС‹ С‚РµРЅРё */
	border-radius:10px;
	text-align:left;
	padding-top: 10px;
	padding-left:20px;
}

#f_score{
	height:90px;
	top:10px;
	right:10px;
}

#f_nick{
	height:150px;
	top:120px;
	right:10px;
	visibility: hidden;
}

#f_top_players{
	font-size: 15px;
	top:10px;
	left:10px;
}

#table_top {
	width: 100%;
	color: #fff;
	margin-bottom: 15px;
}

#tableh{
color:#E8B86D;
font-family: "Century Gothic", sans-serif;
font-size: 30px;
text-align:center;
}

#main {
	background: #fff;
	border-radius:10px;
	padding: 5px;
	width: 415px;
	height: 415px;
}

#link_btn {
	color: #E8B86D;
}
#link_btn:hover {
	cursor: pointer;
	color: #A7C0DC;
	text-decoration:none;
}

#nickname {
	width: 160px;
	padding-top: 5px;
}

#nick_btn{
	border: none;
	cursor: pointer;
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	padding: 3px 6px;
	margin-top: 15px;
	margin-left: 290px;
	align: center;
	background: #E8B86D;
	color: #000;
	outline: #D2B632 1px solid;
}
#nick_btn:hover {
	background: #FAD191;
	color: #000;
	outline: #D9CB89 1px solid;
}