/* OVERVIEW MAP LEGEND */

div.info.legend.leaflet-control:not(.trends-legend)>i {
    border-radius: 18px;
    margin-top: 1px;
}

div.info.legend.leaflet-control:not(.trends-legend)>i {
    border: 1px solid rgba(0, 0, 0, 0.45);
}

div.info.legend.main-map.leaflet-control {
    line-height: 20px;
}

/* wider navbar for lakes specifically */
#navbarSupportedContent > ul > li > ul.dropdown-menu.show {
  /* min-width: 182px; */
  min-width: 220px;
}
div.navbar-collapse.collapse.show > ul > li > ul.dropdown-menu.show {
  min-width: initial !important;
}

#supplementary-data div.info.legend {
  max-width: 142px;
}

.map-next-to-table {
  display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-flow: row wrap;flex-flow: row wrap;
}
.map-next-to-table > div:nth-child(1) {
  -ms-flex-preferred-size: 40%;flex-basis: 40%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;
}
.map-next-to-table > div:nth-child(2) {
  -ms-flex-preferred-size: 60%;flex-basis: 60%;flex-shrink:1;overflow-x:auto;width:unset !important;
}
@media (max-width: 1110px) {
  .map-next-to-table > div:nth-child(1) {
    min-width: 100%;
  }
  .map-next-to-table > div:nth-child(2) {
    width: 100% !important;
    -webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;
  }
}

div.escir-shared-output {
    border: 1px solid #DDD;
    border-top: none;
    padding: 4px;
    padding-top: 12px;
    margin-top: -28px;
    margin-right: 0px;
}

hr.methods {
  margin: 32px 0px 16px 0px;
}

table.dataTable.table-condensed>thead>tr>th {
  padding-right: 30px !important;
}
