
.floatingWindow {
	position: relative;
	margin:auto;
	width:60%;
	max-width: 260px;
	border:2px solid #fff;

	text-align: center;
	padding:10px;
}

.floatingWindowBG {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#aaa;
	opacity: 0.9;
	z-index: 1;
}

.floatingWindowContent {
	position: relative;
	z-index: 2;
}

.gameServerLink {
	text-decoration: none;
	color: #600;
	font-weight: bold;
}

.pageContainer {
	width:100%;
	height:100%;
    display: flex;
	align-items: center;
}

.alert {
	color: #c00;
	font-weight: bold;
	background-color: #fff;
    border: 1px solid #c00;
    border-radius: 10px;
    padding: 8px;
}

#bottomNav {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:40px;

	background-color:#333;
    display: flex;
	align-items: center;
}

.bottomNavSectionFirst {
	border:3px solid #fff;
	height:34px;

    display: flex;
	align-items: center;
	justify-content: center;

	color:#fff;
	font-weight: bold;
	font-size:20px;

	cursor:pointer;
}

.bottomNavSection {
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	border-right:3px solid #fff;
	height:34px;

    display: flex;
	align-items: center;
	justify-content: center;

	color:#fff;
	font-weight: bold;
	font-size:20px;

	cursor:pointer;
}

input {
	width:150px;
}