.welcome-image h1 {
  margin-top: 0;
  color: #006598;
  font-weight: 500;
  text-align: center;
}

.route-index {
  padding-top: 40px;
}

.table-centered td,
th {
  text-align: center;
}

.tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
}

.nav-tabs {
  margin-bottom: 0;
}


/* Results table */
.results-table-container {
  overflow-x: auto;
  width: 100%;
  height: 300px;
}

.results-table {
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  font-size: 0.7em
}

.results-table th, .results-table td {
  padding: .30rem;
}

.results-table td.center {
  text-align: center;
}

.results-table td.left {
  text-align: left;
}

.results-table td.right {
  text-align: right;
}

/* END Results table */