#mouse_position {
    left: 0px;
    bottom: 0px;
    z-index: 10;
    display: block;
    position: absolute;
    ;
    margin: 0px auto;
    width: auto;
    padding: 3px;
    border: none;
    border-radius: 1px;
    font-size: 12px;
    text-align: left;
    color: #222;
    background: #fff;
    opacity: .8;
}
#floorControl {
    z-index: 1;
    position: absolute;
    bottom: 10px;
    right: 0px;
    opacity: 0.75;
}

#floorControl:hover {
    opacity: 1;
}

.layer-control {
  position: absolute;
  right: 5px;
  padding-right: 3px;
  padding-left: 3px;
  min-width: 36px;
  top: 45px;
  background-color: orange !important;
  z-index: 5;
}
.layer-control:hover {
  background-color: #3a9fde !important;
}

#layer-control-content {
  display: none;
  position: absolute;
  right: 5px;
  top: 45px;
  width: 180px;
  min-height: 100px;
}
