* {
	padding: 0;
	margin: 0;
}

a {
	color: white;
	text-decoration: underline;
}

body, html {
	height: 100%;
}

body {
	background: #2C395F;
	font-family: Arial, sans-serif;
}

#content {
	color: white;
	width: 970px;
	margin: 0 auto;
	background: #5F70A5;
	min-height: 100%;
	box-shadow: 0 0 15px black;
	text-align: center;
}

#stage {
	text-align: left;
	color: black;
	padding: 0 20px;
}

#mygrid.fullscreen {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

#header {
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 24px;
	font-family: Comic Sans MS, Arial, sans-serif;
	font-weight: bold;
	
	border-bottom: 20px solid #8593C0;
	
	margin-bottom: 50px;
	position: relative;
}

#header a {
	text-decoration: none;
	color: white;
}

#header .language_select {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	right: 10px;
	bottom: -22px;
	line-height: 24px;
	
}

#header .language_select a + a {
	margin-left: 5px;
}

#header .language_select img {
	vertical-align: bottom;
	margin-right: 5px;
}

.columnicon {
	display: inline-block;
	width: 16px;
	height: 16px;
}

.x-selectable, .x-selectable * {
	-moz-user-select: text!important;
	-khtml-user-select: text!important;
}

.logout {
	float: right;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding-left: 32px;
	color: white;
	text-decoration: none;
	cursor: pointer;
}

.logout:hover {
	text-decoration: underline;
}

table.reserved_codes {
	width: 500px;
	margin: 20px auto;
}

table.reserved_codes td {
	background: #8593c0;
}

html.fullscreen,
html.fullscreen body,
html.fullscreen iframe {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	overflow: hidden;
}

table.var-info {
	width: 100%;
}

table.var-info td {
	width: 50%;
	padding: 3px 0;
}