body {
	background: none;
	background-color: #032348;
}

.reveal table {
  margin: 0px auto;
}
.reveal table tr:nth-child(odd) {
  background-color: #338;
}
.reveal table tr td {
  text-align: right;
  padding-left: 50px;
}
