.game-container {
	background-color: #a3cca2;
	padding-top: 60px;
	padding-bottom: 60px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.head {
	margin-bottom: 15px;
}
.nemo-func-btns {
	margin-top: 50px;
}

.game-comments {
	margin-top: 15px;
}

#comment {
	width: 100%;
	margin-bottom: 20px;
}

.comment-input {
	max-width: 100%;
	width: 100% !important;
}