<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file oms-sw-map.scss
 *
 * The default CSS for the map widget. This file will be compiled
 * using a SASS compiler.
 *
 * @author Jimmy K. &lt;jimmy@orbitmedia.com&gt;
 * @author Mark Furrow &lt;mark@orbitmedia.com&gt;
 * @link http://www.orbitmedia.com
 */
/* ======================================== */
/* Output
/* ======================================== */
.sideBar_MapElementHolder {
  /* Map */
  /* Directions Button */
  /* Address */
  /* Address Elements */
  /* Info Window */
}
.sideBar_MapElementHolder .sideBar_GoogleMap {
  background: #e0e0e0;
  width: 100% !important;
  height: 300px !important;
}
.sideBar_MapElementHolder .directionsButton {
  display: none;
}
.sideBar_MapElementHolder .sideBar_MapListAddress {
  line-height: normal;
  margin-top: 15px;
}
.sideBar_MapElementHolder .gm-style-iw {
  color: #000;
  line-height: normal;
}
.sideBar_MapElementHolder .gm-style-iw .sideBar_MapAddressElement {
  color: inherit;
  margin: 0;
}

/*# sourceMappingURL=oms-sw-map.css.map */
</pre></body></html>