@viewport {
  width: device-width ;
  zoom: 1.0 ;
}

h1 {
    font-family: Helvetica, sans-serif;
    width: 100%;
    text-align: center;
}

p1 {
    
}

p2 {
    
}

p3 {
    
}

#myselect {
    width: 100%;
    height: 10%;
    text-align: center;
    font-size: 10vw;
}

#locSearch{
    width: 100%; 
    height: 10%;
    text-align: center;
    font-size: 10vw;
    padding: 8px;
}

table {
  font-family: Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    padding: 150px;
}
    
td, th {
    border: 5px solid #dddddd;
    text-align: center;
    padding: 8px;
    width: 100%;
    font-size: 6vw
}

tr:nth-child(even) {
    padding: 15px;
}

ul, #myUL {
  list-style-type: none;
}

#myUL {
  margin: 0;
  padding: 0;
}

.collapsible {
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 6vw;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}