body {
	background-color: black;
	color: white;
}
	
.pageTitle {
	font-size: 50px;
	text-align: center;
	margin: 10px;
}

table {
	width: 100%;
}

table thead {
	background-color: #500;
	font-size: 36px;
}

table td, table th {
	padding: 13px;	
}

table tr:nth-child(even) {
	background-color: #161616;
}

table tbody {
	font-size: 32px;
}

.voteButton {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 5px;
	text-align: center;
	font-size: 50px;
	background-color: #667;
	border-radius: 5px;
}
.voteButton:hover {
	background-color: #CCC;
}

.votingPartial table tbody {
	color: red;
}

.votedOn {
	color: white;	
}