#map {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}
#users {
    position: absolute;
    right: 8px;
    z-index: 1000;
}
.person {
    border: 2px solid rgb(255, 255, 255);
    border-radius: 4px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-family: sans-serif;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    padding: 2px 4px 4px;
    margin-bottom: 4px;
}
