#alt-style th {
  background: #074d89;
  color: #fff;
  border: 1px solid #fff;
  border-radius: .4em;
}

#alt-style td {
  border: 1px solid #DCDCDC;
  border-radius: .4em;
}

.form-legend {
  font-size: 30pt;
  font-weight: bold;
  text-align: center;
}

.h-divider {
  margin-top: 5px;
  margin-bottom: 25px;
  height: 1px;
  width: 100%;
  border-top: 2px solid gray;
}

#main {
  margin-right: 15px;
  margin-left: 15px;
}

.home-container {
  margin: auto;
  width: 85%;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.home-container .form-outline {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-color: #337ab7;
}

.home-button {
  display: inline-block;
  margin: 25px;
}

.small-notice {
  font-size: 7pt;
  color: yellow;
}