* {

}

body {
	background-color: rgb(34,35,38);
	color: rgb(137, 138, 143);
	font-family: Arial;
	font-size: 12px;
}

#currentGames {
    z-index: 12;
    position: absolute;
    right: 50%;
    margin-right: 70px;
    
    width: 140px;
    background-color: rgb(28, 28, 31);

	-webkit-box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.75);
}

.playerAlias{
    position: absolute;
    top: 32px;
    left: 48px;
    width: 354px;
    letter-spacing: 2px;
    text-align: center;
    outline: none;
	background-color: #eaeaea;
	border: none;
	padding: 6px;
}

.listOfPlayers {
    position: absolute;
    top: 78px;
    left: 48px;
    width: 354px;
    border-left: 2px solid rgb(148, 216, 0);
    background-color: #3C3E45;;
    height: 332px;
}
.listOfPlayers input[type=text] {
    position: absolute;
    left: 8px;
    top: 8px;
    outline: none;
    width: 140px;
    padding-left: 6px;
}
.selectPlayer {
    position: absolute;
    left: 8px;
    top: 40px;
    height: 254px;
    width: 338px;
    
    background-color: rgb(223,224,230);
    outline: none;
    border: none;
}
.selectPlayer option {
    padding: 4px;
    margin: 6px;
    color: #000;
    cursor: pointer;
    background-color: rgb(213,213,213);
}
.selectPlayer option[selected] {
    background-color: #0f0;
}
.selectPlayer option:hover {
    background-color: rgb(200,200,200);
}
#btnSendGameRequest {
    position: absolute;
    right: 8px;
    bottom: 8px;
    cursor: pointer;
    color: #333;
    outline: none;
}

#gameRequest {
    position: absolute;
    right: 8px;
    letter-spacing: 0px;
}

.aboveHideGame{
    z-index:5;
    position:relative;
}

.listOpponents {
    position: absolute;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background-color: rgb(28, 28, 31);

	-webkit-box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.75);
    letter-spacing: 2px;
    transition: 0.8s margin-top;
    margin-top: -600px;
    
    width: 446px;
    height: 450px;
}

.findOpponent {
    margin-bottom: 8px;
    background-color: rgb(28, 28, 31);
    width: 446px;
    height: 40px;
	-webkit-box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.75);
    cursor: pointer;
    letter-spacing: 2px;
    transition: 0.24s color;
    z-index: 10;
    
    position: relative;

}
.findOpponent:hover {
    color: #fff;
    transition: 0.24s color;
}
.hideGame {
    background-color: rgb(34,35,38);
    position: absolute;
    top: -8px;
    left: 0px;
    width: 100%;
    height: 156px;
    z-index: 4;
}

a {
    color: rgb(137, 138, 143);
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.winText {
    position: absolute;
    font-size: 72px;
}

.win {
    position: absolute;
    font-family: font1;
    font-size: 92px;
    opacity: 0.4;
    background-color: #333;
    text-align: center;
    vertical-align: middle;
    
    /* REMOVE STUPID BLUE MARKING text-shadow: 0 0 3px blue;*/
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.green {
    color: #0f0;
}
.blue {
    color: #00f;
}

.header {
    width: 446px;
    height: 52px;
    text-align: left;
}

.navigation {
    margin-top: 24px;
    width: 446px;
    letter-spacing: 2px;
    border-bottom: 3px solid rgb(28, 28, 31);
}
.navigation th {
    font-weight: normal;
    height: 46px;
    width: 142px;
    transition: 0.24s border-bottom, 0.24s opacity;
}
.navigation .selected {
    color: #fff;
    border-bottom: 4px solid rgb(148, 216, 0);
    transition: 0.24s border-bottom, 0.24 opacity;
}
.navigation table {
    margin-left: 10px;
}
/*
.navigation span {
    cursor: pointer;
    transition: 0.36s color;
}
.navigation span:hover {
    transition: 0.36s color;
    color: #fff;
}*/

#playView {
    display: inline;
}
#accountView {
    display: none;
}
#highscoreView {
    display: none;
}

table {
	text-align: center;
	border-collapse: collapse;
}
.gameTable {
    font-family: font1;
    
    /* REMOVE STUPID BLUE MARKING */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    
    z-index: 1;
    position: relative;
    
    transition: 0.8s margin-top;
    
}
.gameTable table {
    
	padding: 0px;
	background-color: rgb(28, 28, 31);
}
.gameTable table td {
	border: 2px solid rgb(57, 59, 64);
	width: 142px;
	height: 142px;
	font-size: 36px;
}
#login {
    border: 2px solid rgb(57, 59, 64);
    padding: 4px;
    margin-top: 10px !important;
    height: 70px !important;
    width: 262px !important;
    text-align: left;
    font-size: 11px !important;
}
#login td {
    border: none !important;
    height: 20px !important;
}
.gameTable .nested {
	margin: 4px;
	
	border: none;
	width: 142px;
	height: 142px;
	
	-webkit-box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.75);
}
.gameTable .nested:hover {
    -webkit-box-shadow: 10px 10px 8px 8px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgb(148, 216, 0);
    box-shadow: 1px 1px 2px 0px rgb(148, 216, 0);
}
.gameTable .nested td {
	width: 42px;
	height: 42px;
	border: 1px solid rgb(137, 138, 143);
}
.gameTable .nested td:hover {
	border: 2px solid rgb(148, 216, 0);
	background-color: rgb(34, 35, 38);
	cursor: pointer;
}
.cellA {
	border-top: none !important;
	border-left: none !important;
}
.cellB {
	border-top: none !important;
}
.cellC {
	border-top: none !important; 
	border-right: none !important;
}
.cellD {
	border-left: none !important;
}
.cellF {
	border-right: none !important;
}
.cellG {
	border-left: none !important; 
	border-bottom: none !important;
}
.cellH {
	border-bottom: none !important;
}
.cellI {
	border-right: none !important; 
	border-bottom: none !important;
}


@font-face {
   font-family: font1;
   src: url(fonts/1.ttf);
}
@font-face {
   font-family: font2;
   src: url(fonts/2.ttf);
}
@font-face {
   font-family: font3;
   src: url(fonts/3.ttf);
}
@font-face {
   font-family: font4;
   src: url(fonts/4.ttf);
}
@font-face {
   font-family: font5;
   src: url(fonts/5.ttf);
}
@font-face {
   font-family: font6;
   src: url(fonts/6.ttf);
}
@font-face {
   font-family: font7;
   src: url(fonts/7.ttf);
}
@font-face {
   font-family: font8;
   src: url(fonts/8.ttf);
}
@font-face {
   font-family: font9;
   src: url(fonts/9.ttf);
}
@font-face {
   font-family: font10;
   src: url(fonts/10.ttf);
}
@font-face {
   font-family: font11;
   src: url(fonts/11.ttf);
}
@font-face {
   font-family: font12;
   src: url(fonts/12.ttf);
}
@font-face {
   font-family: font13;
   src: url(fonts/13.ttf);
}
