body {
	background: #3d3d3d;
	font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}

table tr:nth-child(even) {
	background-color: #444444;
}

table th,
table td {
	padding: 6px 13px;
	color: #e8e8e8;
}

div.returnwiki {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 150px;
  }

a:link, a:visited {
	background-color: #2672ff;
	color: white;
	padding: 14px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
  }
  
  a:hover, a:active {
	background-color: rgb(183, 208, 255);
  }


#main {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

#header {
	margin: 30px 0;
	font-size: 40px;
	text-align: center;
	color: #e8e8e8;
}

#list {
	width: 100%;
	table-layout: fixed;
	color: #e8e8e8;
}

#list tr td {
	text-align: center;
	color: #e8e8e8;
}

.nobody {
	background-color: #444444;
	padding: 6px 13px;
	text-align: center;
	color: #e8e8e8;
}

.totaltop {
	text-align: center;
	color: #e8e8e8;
}

.total {
	padding: 20px;
	text-align: center;
	color: #e8e8e8;
}
