.leaflet-bottom.leaflet-right {
	display:flex;
	align-items: flex-end;
}

.leaflet-container .leaflet-control-attribution {
    line-height: 1.1rem;
    padding: 0.2rem;
}

.leaflet-control-overview {
  position:relative;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  border: 1px solid #000;
  /*-webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;*/
  }
  
.leaflet-control-overview-map {
  width: 12rem;
  height: 6rem;
  z-index: 1;
  /*-webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;*/
  }
  
  .leaflet-control-overview-switcher {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    background: #009b71;
    border: 0px;
    z-index: 100005;
    color: rgb(255, 255, 255);
    outline: none;
    line-height: 1.2rem;
    padding: 0;
    text-align: center;
    font-size: 0.9rem;
}

.leaftlet-control-overview-open {
	background-image:url('../framework/ico_arr_right_white.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:0.8rem auto;
}

.leaftlet-control-overview-close {
	background-image:url('../framework/ico_arr_left_white.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:0.8rem auto;
}
