#gameChooser {
	height: auto;
	margin: auto;
	position: relative;
	text-align: center;
}
#gameChooser .overlay {
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	height: 100%;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
#gameChooser .overlay.unclickable {
	display: block;
}
#gameChooser #gameList, #gameChooser #hostGame {
	border: 1px solid #808080;
}

#gameList {
	display: inline-block;
	list-style: none;
	margin-bottom: 15px;
	overflow-y: scroll;
	padding: 2px 6px;
	/*padding: 2px 0.6%;*/
	text-align: center;
	vertical-align: top;
	/*width: 70%;*/
	width: 660px;
}
#gameList.not-searching {
	background-color: #dddddd;
}

#gameList table {
	border-collapse: collapse;
	width: 100%;
}
#gameList table #gameListHeader {
	font-weight: bold;
	height: 30px;
	border-bottom: 1px solid #808080;
}
#gameList table #gameListHeader th {
	padding: 0 5px;
	text-align: left;
}
#gameList table #gameListHeader .nameCell {
	min-width: 80px;
}
#gameList table #gameListHeader .timeCell {
	
}
#gameList table #gameListHeader .passCell {
	width: 30px;
}
#gameList table #gameListHeader .joinCell {
	width: 48px;
}

#gameList table tr:not(#gameListHeader):hover {
	background-color: #DDDDDD;
}
#gameList table tr td {
	height: 30px;
	padding: 1px 5px;
	text-align: left;
}
#gameList table tr.locked td.lock {
	background-image: url("/media/locked.png");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 25px;
}
#gameList table tr td .joinButton {
	margin: auto;
	padding: 1px 10px;
}

#hostGame {
	display: inline-block;
	/*margin-left: 1.5%;*/
	margin-left: 15px;
	margin-bottom: 15px;
	min-width: 228px;
	/*padding: 2px 0.6%;*/
	padding: 2px 6px;
	text-align: left;
	width: 242px;
	/*width: 25%;*/
}
#hostGame h3 {
	text-align: center;
}
#hostGame div {
	margin: 3px 0;
}
#hostGame input[type="submit"] {
	margin: 0 auto;
}
#hostGame input[type="checkbox"] {
	margin-right: 3px;
	vertical-align: middle;
}
#hostGame #hostButtonDiv {
	text-align: center;
}
#hostGame #hostButtonDiv #hostGameButton {
	padding: 1px 10px;
}
#hostGame #hostGameOptions p span {
	display: inline-block;
	float: right;
}
#hostGame #hostGameOptions input[name="name"], #hostGame #hostGameOptions input[name="passcode"] {
	width: 140px;
}
#hostGame #hostGameOptions input[name="timeLimit"] {
	width: 108px;
}

#hostGame #moreInfo {
	float: right;
	font-size: 12px;
	width: 90%;
}
#hostGame #moreInfo p {
	margin: 0 2px;
}