body {
	font: 62.5%/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

strong {
	font-weight: bold;
}

p {
	margin-bottom: 1em;
	font-size: 1.2em;
}

p span.own {
	background-color: #b7ebbe;
	padding: 2px 4px;
	border: 1px solid #e8e8e8;
}

p.right {
	text-align: right;
}

#wrapper {
	
	width: 1100px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
}

h1, h2, h3 {
	font-size: 2em;
	line-height: 2em;
	color: #5e5e5e;
}

table {
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	font: 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 100%;
	margin-bottom: 3em;
}

table th {
	font-weight: bold;
	line-height: 2em;
	background-color: #5e5e5e;
	color: #fff;
	padding: 2px 4px;
}

th.release, th.release2 {
	width: 100px;
}

th.notes, th.notes2 {
	width: 10px;
}

th.genre, th.genre2 {
	white-space: nowrap;
	width: 50px;
}

th.catalog, th.catalog2 {
	white-space: nowrap;
}

table tr {
	
}

table td {
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 2px 4px;
	text-align: center;
}

table tr:nth-of-type(2n) > td {
	background-color: #f1f3fd;
}

table tr.own td {
	background-color: #b7ebbe !important;
}

table tr:hover td {
	background-color: #feb7ac !important;
}

a {
	color: #5e5e5e;
}

a:hover {
	color: #333;
}

table tr>td:nth-of-type(1), table tr>td:nth-of-type(2), table tr>td:nth-of-type(3) {
	text-align: left;
}

sup {
	vertical-align: super;
	font-size: 0.5em;
	color: #717171;
}

em {
	color: #717171;
	font-style: italic;
}

em + sup {
	font-style: italic;
}

td ul li {
	float: left;
	margin-right: 5px;
}

table.megacd th:last-of-type {
	white-space: nowrap;
}

table.megacd td i {
	color: #999;
}