html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.hood-table,
.hood-table th, 
.hood-table td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 0.1rem 1rem;
  margin: 0 auto;
}

.hood-table td {
  width: clamp(100px, max-content, 20vw);
}

td.hood-column-small {
  width: 3em;
  padding: 0 0;
}

td.hood-name {
  min-width: 30dvw;
}

.hood-table tr:nth-child(2n) {
  background-color: #ddd;
}

.hood-table a {
  text-decoration: none;
  color: darkblue;
}

.additional-options {
  font-size: 0.5rem;
  text-decoration: none;
  color: var(--bs-red);
  /*text-align: center;*/
  margin: 0 auto;
  display: inline-block;
  height: 10px;
}

.footer {
  text-align: center;
}

.search-bar {
  background: var(--bs-white);
  position: sticky;
  top: 0;
  padding: 0.2rem;
}