#map-container {
  max-width: 900px;
  margin: auto; }
  #map-container .form-inline {
    padding: 4px;
    background: #555;
    color: #eee; }
    #map-container .form-inline input[type=text] {
      min-width: 180px; }
  #map-container #map {
    width: 100%;
    /* Don't show far south of globe for this website. */
    height: 435.2px;
    overflow: hidden; }
    #map-container #map > div {
      text-align: center;
      width: 1024px;
      height: 512px;
      /* Center the overflowed image */
      margin-left: 50%;
      transform: translateX(-50%); }

.table-wrap {
  max-height: 800px;
  overflow: auto; }

/*# sourceMappingURL=gbif-map-formatter.css.map */
