#recentList, #playtimeList, #installedList, #notInstalledList {
	background: hsla(205,100%,15%,0.65);
	margin: 5px 0;
	overflow: hidden;
	float: left;
	padding: 8px;
}
#recentList {
	width: 944px;
}
#playtimeList, #installedList, #notInstalledList {
	width: 380px;
	margin-right: 14px;
}
#installedList {
	width: 252px;
}
#notInstalledList {
	width: 252px;
	margin-right: 0;
}

#recentList > header,
#playtimeList > header,
#installedList > header,
#notInstalledList > header {
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	margin-top: -4px;
	margin-bottom: 12px;
}

.game {
	display: block;
	float: left;
	width: 184px;
	height: 69px;
	margin: 3px;
	overflow: hidden;
}
.game img, .game header {
	display: block;
	width: 184px;
	height: 69px;
	overflow: hidden;
}
.game header {
	position: absolute;
	margin-top: -69px;
	display: table;
	overflow: hidden;
}
.game header a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	visibility: hidden;
	width: 184px;
	max-width: 184px;
	color: #333333;
}
.game header:hover {
	background: hsla(205,100%,80%,0.70);
}
.game header:hover a {
	visibility: visible;
}

.game.small {
	width: 120px;
	height: 45px;
	margin: 3px;
}
.game.small img,
.game.small header {
	width: 120px;
	height: 45px;
}
.game.small header {
	margin-top: -45px;
}
.game.small header a {
	width: 120px;
	max-width: 120px;
	font-size: .65em;
}