html, body {
	font-family:           Verdana, Ariel;
	font-size:             12px;
	margin:                0;
	padding:               0;
	height:                100%;
	background-image:      url("../images/logo.png");
	background-repeat:     no-repeat;
	background-attachment: fixed;
	background-position:   10px calc(100% - 10px);
	background-size:       76px 88px;
}

h2 {
	margin-left: 10px;
}

h3 {
	text-align:  center;
	padding-top: 15px;
}

div#big_box {
	min-width: 951px;
}

div#games_list {
	width:       410px;
	height:      100%;
	border-left: solid 1px #efefef;
	overflow-y:  scroll;
	float:       left;
}

div#main_box {
	width:     calc(100% - 411px);
	min-width: 540px;
	float:     left;
}

div.content_box {
	width:     100%;
	min-width: 540px;
	float:     left;
}

div.clear {
	clear: both;
}

div#games_list ul {
	list-style: none;
	margin:     0px;
	padding:    0px;
	margin-top: 46px;
}

li.game {
	border-bottom: solid 1px #efefef;
	margin:        0px;
	padding:       5px;
}

li.game:hover {
	background-color: #BDE5F8;
}

li.game a {
	display:         block;
	text-decoration: none;
	color:           black;
}

li.game div.displayName {
	font-size:      14px;
	font-weight:    bold;
	padding-bottom: 0px;
}

li.game div span.gameName {
	padding-right: 5px;
}

li.game div span.serverName {
	font-style:   italic;
	padding-left: 5px;
}

div.label, div.input {
	float:    left;
	overflow: hidden;
}

div.label {
	width: 100px;
}

div.input {
	width:  296px;
	border: solid 2px #efefef;
	margin: 5px 0px 5px 0px;
}

div.label label {
	display:       block;
	width:         95px;
	text-align:    right;
	padding-right: 5px;
	padding-top:   15px;
}

form.content_form {
	margin:     0 auto;
	width:      400px;
	text-align: center;
}

form.content_form input[type="text"],
form.content_form select {
	padding:    8px 8px 8px 6px;
	width:      290px;
	font-size:  16px;
	color:      #808080;
	background: transparent;
	border:     0;
}

form.content_form div.select_opt {
	background: url("../images/dropdown.png") no-repeat scroll calc(100% - 9px) center;
}

form.content_form select {
	width: 320px !important;
}

form.content_form input[type="radio"] {
	position: relative;
	top:      2px;
}

form.content_form input.content_button {
	margin-top:  15px;
	padding:     5px 15px 5px 15px;
	font-size:   16px;
	font-weight: bold;
	float:       none;
	background:  #e1e1e1;
	border:      solid 2px #808080;
}

form.content_form input.content_button:hover {
	cursor: pointer;
}

form.content_form .radio_opt {
	overflow: hidden;
	border:   none !important;
}

form.content_form .radio_opt input {
	display: none;
}

form.content_form .radio_opt label {
	float: left;
}

form.content_form .radio_opt label {
	display:            inline-block;
	background-color:   white;
	color:              #808080;
	font-size:          16px;
	text-align:         center;
	padding:            6px 14px;
	border:             solid 1px #a1a1a1;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

form.content_form .radio_opt label:hover {
	cursor:           pointer;
	background-color: #BDE5F8;
}

form.content_form .radio_opt input:checked + label {
	background-color: #e1e1e1;
}

div.contentOpt {
	clear: both;
}

div#search_box {
	width:    435px;
	position: fixed;
}

form#search_form {
	margin: 0px;
	width:  100%;
}

form#search_form input {
	width:       100%;
	font-size:   18px;
	font-weight: bold;
	color:       #808080;
	border:      solid 2px #efefef;
	padding:     10px;
}

input.emptySearch {
	font-style: italic;
	color:      #cdcdcd !important;
}

div#errorBox h3 {
	margin-bottom: 0px;
	text-align:  center;
	color: red;
}

div#errorBox p {
	margin-top:   4px;
	text-align:  center;
	color: red;
}

div#successBox h3 {
	margin-bottom: 0px;
	text-align:  center;
	color: green;
}

div#successBox p {
	margin-top:   4px;
	text-align:  center;
	color: green;
}

.none {
	display: none;
}

#gameIframe {
	width:        800px;
	height:       400px;
    margin:       0 auto;
	display:      block;
	border-style: none;
}

fieldset.content_fieldset {
	display: flex;
	margin:     0 auto;
	width:      400px;
	text-align: center;
	justify-content: center;
  	align-items: center;
}