body {
  background-color: black;
  color: white;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

table {
  margin-left: auto;
  margin-right: auto;
  border-color: red;
}

#download {
  padding: 50px;
}

#download input[type=submit] {
  padding: 5px 15px;
  background: #f80000;
  color: white;
  height: 50px;
  border: 0 none;
  cursor: pointer;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  width: 100px;
  font-size: 1em;
}

#download .submit-wrapper {
  display: table-cell;
  vertical-align: middle;
}
/*# sourceMappingURL=sightings.css.map */