body {
	overflow: hidden;
	height: 100%;
	width: 100%;
}

#gameContainer {
	height: 100%;
	width: 100%;
}

#gameContainer {
	height: auto;
	width: auto;
}

#gamePanel {
	background-color: rgba(255,255,255,0.8);
	border: 1px solid black;
	height: 95%;
	left: 10px;
    overflow: auto;
    padding: 5px;
	position: fixed;
	top: 10px;
	width: auto;
	z-index: 6;
}

.actionLink {
	cursor: pointer;
}

#hiddenContainer {
    display: none;
}

.hidden {
    display: none;
}

.niceInput {
    background-color: #bbbbbb;
    border-radius: 7px;
    margin: 1px;
    padding: 2px 7px;
}