#navigatorTitleDiv{
    position: fixed;
    bottom: 10px;
    right: 10px;
}

#navigationBottom{
    position: fixed;
    top: 75px;
    right: 10px;
}

#navigatorDiv {
    padding: 10px;
    position: fixed;
    bottom: 71px;
    right: 12px;
    box-shadow: 0 0 10px #0B4BA9;
    min-width: 160px;
    max-width:400px;
    max-height:500px;
    font-weight:bold;
    cursor:pointer;
    //background-color: rgb(245, 245, 245);
    background-color:#eeeefa;
    overflow-y:auto;
}