.module-narrow #dataset-map-container {
    height: 370px;
}

.module-content #dataset-map-container {
    height: 420px;
}

#dataset-map-attribution {
    font-size: 11px;
    line-height: 1.5;
}

.module-heading .action {
    float: right;
    color: #888888;
    font-size: 12px;
    line-height: 20px;
    text-decoration: underline;
}

.module-narrow #dataset-map-attribution {
    margin: 5px 8px;
    color: #666;
}

.leaflet-draw-label-single {
    display: none;
}

.leaflet-draw-label-subtext {
    display: none;
}

#field-location {
    width: 190px;
}

.select2-results .select2-no-results {
    padding: 3px 6px;
}

#dataset-map-edit {
    margin: 5px 8px;
}

#dataset-map-edit-buttons {
    display: none;
}

.leaflet-draw-toolbar a.leaflet-draw-draw-rectangle {
    background-image: url("../img/pencil.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 12px 12px;
    border-radius: 4px;
}

.leaflet-draw-actions li {
    display: none;
}

.dataset-map-expanded #dataset-map {
    /*
  position: absolute;
  width: 940px;
  height: 384px;
  top: -384px;
  left: -1px;
  background-color: white;
  border: 1px solid #CCC;
  margin: 0;
*/
}

.dataset-map-expanded #dataset-map #dataset-map-container {
    /*
  height: 300px;
*/
}

.dataset-map-expanded #dataset-map #dataset-map-attribution {
    *zoom: 1;
}

.dataset-map-expanded #dataset-map #dataset-map-attribution:before,
.dataset-map-expanded #dataset-map #dataset-map-attribution:after {
    display: table;
    content: "";
    line-height: 0;
}

.dataset-map-expanded #dataset-map #dataset-map-attribution:after {
    clear: both;
}

.dataset-map-expanded #dataset-map #dataset-map-attribution div {
    float: left;
    margin-right: 10px;
}

.dataset-map-expanded #dataset-map #dataset-map-edit-buttons {
    display: block;
    float: right;
    padding: 10px;
}

.dataset-map-expanded #dataset-map #dataset-map-edit {
    display: none;
}

.dataset-map-expanded #dataset-map .module-heading {
    border-top-color: #000;
}

.dataset-map-expanded .wrapper {
    margin-top: 383px;
}


/*
ul.leaflet-draw-actions {
  left: -80px !important;
  top: -4px !important;
}
*/

.leaflet-draw-actions li {
    width: auto !important;
}