table#miscellaneous {
	color : rgb(192, 192, 192);
	margin-top : 16px;
	width : 1000px;
}

table#miscellaneous td.genre {
	color : white;
	width : 100px;
	background-color : rgb(64, 64, 64);
}

table#miscellaneous td {
	background-color : rgba(255, 255, 255, 0.1);
}

table#miscellaneous td a {
	color : orange;
}

table#miscellaneous td a:hover {
	color : white;
}