@charset "utf-8";
@import url(/scripts/styles/games.css);
#frame {margin: 0 auto; padding: 20px; background: var(--galleryImage);}/* height: 330px;*/
table {border: none;}
table img {cursor: pointer; max-width: 56px;}
#scores {position: relative; height: 3.8em; margin: 10px auto 0; list-style: none; width: 300px; padding: 0;}
#scores li {margin-top: 0.2em; text-align: center;}
#scores li:first-child {float: left;}
#scores li:last-child {float: right;}
@media only screen and (max-width: 750px)
{
	#frame {padding: 6px;}
}
@media only screen and (max-width: 535px)
{
	#frame {padding: 5px; margin: 0;}
	table img {width: calc((100vw - 80px) / 8);}
}
