#mapContainer {
  margin-top: 15px;
  height: 500px;
}
#print {
  display: none;
  text-align: center;
}
#results {
    display: none;
    margin-top: 15px;
    padding: 10px;
    text-align: center;
}
#viewDiv {
  width: 100%;
  height: 100%;
}
#visit {
  text-align: center;
}
.coh-close {
    display: unset;
}
.pickup-date {
    font-size: 1.35rem;
    font-weight: 550;
}
.section-title {
    margin-bottom: 0.5rem;
    text-align: center;
}
.section-title::after {
    content: none;
    display: none;
}
.table-row {
    margin-bottom: 0.25rem;
}
.table-row .row-title {
    font-weight: 550;
    width: 50%;
}
.table-row td {
    font-size: 1rem !important;
    padding: 0.5rem !important;
    border: 0 !important;
}
.table-hover {
  margin-bottom: 10px;
}
@media only screen and (max-width: 500px) {
  #wrapper {
    min-height: calc(((100vh - 80px) - 40px) - 4rem) !important;
  }
}

@media print {
    footer {
      display: none;
    }
    #innerWrapper {
        display: none;
    }
}
