<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#trick_map {
  height:450px;
  width: 100%;
  position: inherit;
  margin-bottom: 20px;
}

.container {
  display: flex;
  flex: 1;
  width: 100%;
}

.hidden {
  display: none;
}
/* 
.esri-widget--button,
.esri-attribution__sources,
.esri-attribution__powered-by,
.esri-popup__button,
.esri-input{
  background:#2A3758;
  color:#FFF;
}

.esri-popup__button--dock{
  background:#FFF;
  color:#000;
}


.esri-widget--button:focus,
.esri-widget--button:hover{
  background-color: #0099FF;
  color: #000;
}

.esri-popup__footer{
  background:#2A3758;
}

.esri-popup__navigation{
  background:#2A3758;
}


.open_restaurant_theme .esri-search__input::-moz-placeholder {
  color: #FFF;
  opacity: 1;
}
.open_restaurant_theme .esri-search__input:-ms-input-placeholder {
  color: #FFF;
}
.open_restaurant_theme .esri-search__input::-webkit-input-placeholder {
  color: #FFF;
} */

.esri-search__input,
.esri-input[type="text"]{
  margin-bottom:0px !important;
  border-radius: 0px !important;
}
}

@media only screen and (max-width: 480px) {
  .esri-search{
    display:none;
    visibility: hidden;
  }
}

</pre></body></html>