@charset "UTF-8";
/* ABOUT THE GAME */
.gamim { text-align:right; }
.gamim img { vertical-align:bottom; }
.gamdes { width:58%; float:left; }
@media only screen and (max-width:940px) {
	.gamim { text-align:left; width:100%; overflow:hidden; }
	.gamim img { max-width:100%; }
	.gamimw { width:400px; }
	.gamdes { width:auto; float:none; }
}
@media print {
	.gamdes,.gamim { width:auto; float:none; }
}