#gamelists {
	padding: 2em;
	text-align: center;
}

table { 
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 0.9em;
	margin-bottom: 2em;
}

table th {
	font-size: 1em;
	color: #61574b;
	background: white;
	padding: 0.5em;
	text-align: center;
}

table th a:link {
	font-size: 1em;
	text-decoration: none;
	color: #61574b;
}

table th a:visited {
	text-decoration: none;
	color: #61574b;
}

table th a:hover {
	text-decoration: none;
	color: #61574b;
}

table td {

	padding: 0.2em;
	margin: 0em;
}

table a:link {
	text-decoration: none;
}

table a:visited {
	text-decoration: none;
}

table a:hover {
	text-decoration: none;
}

table td.al-right {
	text-align: right;
}

table tr.hidden {
	display: none;
	visibility: collapse;
}

table tr.visible {
	text-align: right;
	visibility: visible;
}

table tr td {
	padding: 4px;
}

table tr td.title {
	width: 350px;
}

table tr td.platform {
	width: 50px;
}

table tr td.date {
	width: 100px;
	text-align: right;
}

.first {
	-moz-border-radius-topleft: 1em;
	-webkit-border-top-left-radius: 1em;
}

.last {
	-moz-border-radius-topright: 1em;
	-webkit-border-top-right-radius: 1em;
}