body
{
	background-color: #1e1e1e;
	color: #ddd;
	font-family: sans-serif;
}

table
{
	border-collapse: collapse;
	margin: 2em auto;
	width: auto;
	table-layout: auto;
	background-color: #2b2b2b;
	color: #ddd;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

th, td
{
	border: 1px solid #444;
	padding: 0.5em 1em;
	text-align: left;
	white-space: nowrap;
}

th
{
	background-color: #1e1e1e;
	color: #ddd;
}

tr:nth-child(even)
{
	background-color: #2f2f2f;
}

tr:nth-child(odd)
{
	background-color: #262626;
}

caption
{
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
}

h2
{
	text-align: center;
	font-family: sans-serif;
}

a
{
	color: #80bfff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
