table.centered {
  width: 100%;
  height: 100%;
  border: none;
}

h1 {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  margin: 0 0 5 0;
  border: none;
  background-color: transparent;
}

h2 {
  color: #D5923B;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 15 0;
  border: none;
  background-color: transparent;
}

td.centered {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: center;
}