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;
}

#main {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

#header {
	margin: 10px 0;
	font-size: 40px;
	text-align: center;
	color: #e8e8e8;
}

#header2 {
	margin: 10px 0;
	font-size: 30px;
	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;
}

.totalDaily {
	padding: 3px;
	text-align: center;
	color: #e8e8e8;
}

.total {
	padding: 5px;
	text-align: center;
	color: #e8e8e8;
}

.totalEven {
	padding: 5px;
	text-align: center;
	color: #e8e8e8;
	background-color: #444444;
}

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);
  }

