.banner {
  background-color: #000000;
  text-align: center;
  align: center;
  color: white;
  font-weight: lighter;
}

.bannerinner {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 80%);
}

.centered {
  text-align: center;
  align: center;
}

.tablecentered {
  margin-left:auto;
  margin-right:auto;
}
