#console {
	border: black 2px dotted;
	
	width: 100%;
	overflow: hidden;
	
	margin-bottom: 50px;
	padding: 10px;
}

body {
	/*border: red 2px solid;*/
	
	position: absolute;
	bottom: 0;
	
	width: 95%;
	
	font-size: 12pt;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 0.2em;
	
	color: white;
	background-color: black;
	
	background: url("/img/Blingo_bg.jpg") no-repeat center center fixed darkblue;
	-webkit-background-size: cover;	-moz-background-size: cover; -o-background-size: cover;	background-size:cover;   
}

p#team_A_name, p#team_B_name	{
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
}
p#team_A_points, p#team_B_points	{
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.2);
	display: block;
	margin: 0px 20px;
	border-radius: 5px;
	font-size: 2em;
	font-weight: bold;
}

#main {
	/*border: yellow 5px solid;*/
	
	height: 400px;
	width: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 5px;
	border-radius: 15px;
}

#col_left, #col_right	{
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}

#col_left {
	/*border: green 2px solid;*/
	width: 15%;
	height: 100%;
	float: left;
	
	text-align: center;
}

#col_right {
	/*border: green 2px solid;*/
	width: 15%;
	height: 100%;
	float: right;
	
	text-align: center;
}

#game_frame {
	/*border: blue 2px solid;*/
	width: 70%;
	height: 100%;
	float: left;
	
	text-align: center;
}

#game_title {
	/*border: purple 2px solid;*/
	width: 100%;
	
	text-align: center;
}

#footer {	
	color: darkgrey;
	margin-top: 10px;
	padding: 2px 5px;
	border-radius: 10px;
	font-size: 0.7em;
	text-align: center;
}

.letter_block {
	width: 50px;
	height: 50px;
	background: url("img/white_round.png") no-repeat center #3068b9;
	text-align: center;
	content: center;
	font-size: 2em;
	margin: 12px;
	border-radius: 5px;
	border: 1px solid grey;
	 text-shadow: 1px 1px 3px black;
}

#lingo_table{
	margin: 0 auto;
}

.letter_input{
	width: 3em;
	text-align: center;
	
}

.letter_correct{
	background-color: #cc0000;
}

.letter_present{
	border-radius: 25px;
	background-color: #ffbb00;
}

h1 {
	color: orange;
	margin: 0; padding: 0;
	font-size: 1.7em;
}

h2 {
	color: gray;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

hr	{
	clear: both;
	border: none;
	height: 0px;
	weight: none;
}