﻿body
{
    background: #334455;
    font-size:1.5em;
}

body, input {
	font-size:1.5em;
}

body, table, td { color:white; font-family:Trebuchet MS, Sans-Serif; }

.debug 
{ 
    display:none;
}

#lobby {
	margin-top:20px;
	border: 2px white solid;
	border-radius: 10px;
    padding:20px;
}


/*div { border: 1px red solid;}*/
#game_wrapper, #lobby_wrapper
{
    width: 80%;
	height: 800px;

	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	
	margin: 0  auto;
}
#game_header
{
    text-align:center;
    margin-top:1em;
    margin-bottom:1em;
}
#game_footer
{
    margin-top:1em;
    text-align:center;
}

#game {

    
}



.keyboardKey
{
    display:inline-block;
    border: 2px white solid;
    border-radius: 5px;
    padding: 0 3px 0 3px;
}
        


.btn {
  background: #41a0e0;
  background-image: -webkit-linear-gradient(top, #41a0e0, #2477ab);
  background-image: -moz-linear-gradient(top, #41a0e0, #2477ab);
  background-image: -ms-linear-gradient(top, #41a0e0, #2477ab);
  background-image: -o-linear-gradient(top, #41a0e0, #2477ab);
  background-image: linear-gradient(to bottom, #41a0e0, #2477ab);
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 4px 4px 10px #666666;
  -moz-box-shadow: 4px 4px 10px #666666;
  box-shadow: 4px 4px 10px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 32px;
  padding: 10px 20px 10px 20px;
  border: solid #1f628d 2px;
  text-decoration: none;
  
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.btnred {
  background: #d93434;
  background-image: -webkit-linear-gradient(top, #d93434, #b82b2b);
  background-image: -moz-linear-gradient(top, #d93434, #b82b2b);
  background-image: -ms-linear-gradient(top, #d93434, #b82b2b);
  background-image: -o-linear-gradient(top, #d93434, #b82b2b);
  background-image: linear-gradient(to bottom, #d93434, #b82b2b);
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 4px 4px 10px #666666;
  -moz-box-shadow: 4px 4px 10px #666666;
  box-shadow: 4px 4px 10px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 32px;
  padding: 10px 20px 10px 20px;
  border: solid #851515 2px;
  text-decoration: none;
  
}

.btnred:hover {
  background: #e05353;
  background-image: -webkit-linear-gradient(top, #e05353, #d15a5a);
  background-image: -moz-linear-gradient(top, #e05353, #d15a5a);
  background-image: -ms-linear-gradient(top, #e05353, #d15a5a);
  background-image: -o-linear-gradient(top, #e05353, #d15a5a);
  background-image: linear-gradient(to bottom, #e05353, #d15a5a);
  text-decoration: none;
}