body
{
	text-align: center;
}

a
{
	text-decoration: none;
	color: black;
}

a.blue
{
	color: blue;
}

p.view-game
{
	margin-top: 0;
}

#girls
{
	width: 600px;
	margin: 30px auto;
}

.game
{
	display: inline-block;
	width: 460px;
	height: 215px;
}

a.portrait
{
	display: inline-block;
}

a.portrait img,
a.portrait span
{
	display: block;
	margin: auto;
}

#girls-list
{
	text-align: left;
}

#girls-list span.letter
{
	display: block;
	background-color: silver;
	padding-left: 95px;
}

#girls-list a
{
	display: inline-block;
	width: 200px;
	text-align: center;
}

#girls-list span.letter
{
	font-weight: bold;
}

*
{
	user-select: none;
}
