.leaflet-bottom.leaflet-left {
  display: flex;
  align-items: center; /* Align items vertically in the centre */
}

.leaflet-control-attribution {
  margin-right: 10px; /* Add some space between the logo and the link button */
}

.dynmap-link {
  display: flex; /* Ensures the link div behaves as a flex item */
}
.leaflet-control-attribution {
    margin-right: 0px !important;
}
.leaflet-container .leaflet-control-attribution {
   font-size: 0px;
}
.leaflet-bottom .leaflet-control {
    margin-bottom: 0px;
}
.dynmap .dynmap-link a {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    width: 34px;
    height: 34px;
    background-color: rgba(0, 0, 0, 0.7);
}
.dynmap .dynmap-link {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
}
.dynmap .dynmap-link a:hover {
    background-color: #000000;
}
.dynmap .dynmap-link {
 background: transparent;
}

.dynmap .coord-control {
    color: #fff;
    border: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    border-style: solid;
    padding: 5px;
    min-width: 80px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.leaflet-control-layers {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0px;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: 0px;
    background-clip: none;
}

.leaflet-control-layers:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    color: #FFFFFF;
}

.leaflet-bar a {
    background-color: rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid #4D4D4D;
    color: #FFFFFF;
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: rgba(0, 0, 0, 0.3);
    color: #828282;
}

.leaflet-bar a:hover {
    background-color: rgba(0, 0, 0, 0.9);
    color: #FFFFFF;
}

.leaflet-container .leaflet-control-attribution {
    background: rgba(0, 0, 0, 0.7);
    margin: 0;
}

#nkContent {
    position: absolute; /* use fixed to always stick to viewport bottom */
    bottom: 0;
    left: 244px;
    height: 34px;
    z-index: 2000;
    padding: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
}
#nkContent select {
    display: inline-block;
    max-width: 100px;
    margin-right: 10px;
}