html, body {
  font-family: 'Droid Sans';
  background-color: #eee;
  color: #292929;
}

.header {
  background-color: #292929;
  color: #eee;
  width: 100%;
  height: 70px;
	border-bottom: 4px solid #bbb;
}

.stat-column {
  background-color: #fff;
  width: 90%;
  margin: auto;
  border: 1px solid #bbb;
}

.stat-column ol li {
  padding: 8px 8px 8px 8px;
}

.stat-column ol li:nth-child(odd) {
  background-color: #eee;
}

.stat-header {
  width: 90%;
  margin: auto;
  font-size: 1.5em;
  font-family: 'Vollkorn';
}

.loader {
  margin-left: 5px;
  display: none;
}

h1 {
	font-family: 'Vollkorn';
  font-size: 3em;
  font-weight: bold;
  font-style: italic;
  padding-top: 10px;
}

h2 {
	font-size: 2em;
	margin: 50px 0 50px 0;
	text-align: center;
}

.button {
  margin: auto;
  width: 230px;
  height: 70px;
  border-radius: 5px;
  background-color: #0099FF;
  text-align: center;
  line-height: 72px;
  font-size: 1.5em;
  cursor: pointer;
	color: #fff;
}

.vote-arrow {
	cursor: pointer;
	margin: auto;
	width: 40px;
}

#votes {
	visibility: hidden;
  margin: 0 0 40px 0;
}

.button:hover {
  background-color: #0077FF;
}

#rating {
	min-width: 40px;
	text-align: center;
	font-size: 3em;
}

#name {
  font-size: 3em;
	line-height: 135px;
	text-align: center;
	font-weight: bold;
}
