#checkGameStatus #main_panel
{
	margin: 0 auto;
	max-width: 600px;
	width: 90%;
}

#checkGameStatus #main_panel .advice
{
	font-size: .75em;
}

#checkGameStatus #main_panel .advice img
{
	height: 100%;
	max-height: 87px;
	max-width: 439px;
	width: 100%;
}

#checkGameStatus #main_panel .sep
{
	clear: both;
	margin-bottom: 20px;
}

#checkGameStatus #main_panel .sep + div
{
	margin-bottom: 20px;
	max-height: 200px;
	overflow: auto;
}

#checkGameStatus input[type="text"]
{
	margin: 0 15px 10px 15px;
}

@media screen and (max-height: 750px)
{

	#checkGameStatus #main_panel .advice img
	{
		display: none;
	}

}

@media screen and (min-height: 800px)
{

	#checkGameStatus #main_panel .sep + div
	{
		max-height: 400px;
	}

}