body{margin:0px;padding:0px;border: 0px none;font-family: Helvetica; font-size:10px;}

.container{
width:400px;
margin: 0px auto;
text-align: center;
background-color: red;
}


.fixed_bottom{
background-color: lime;
position:fixed;
bottom:10px;
right:10px;
padding:10px;
}

#fixed_top_control{
width:100%;
height:10px;
background-color: gold;
}
#fixed_top_control:hover{
background-color: red;

}
#fixed_top{
    background-color: yellow;
    border: 2px solid red;
    height: 175px;
    left: 95px;
    position: fixed;
    top: 10px;
    width: 175px;
}

#latlng-control {
        background: #ffc;
        border: 1px solid #676767;
        font-family: arial, helvetica, sans-serif;
        font-size: 0.7em;
        padding: 2px 4px;
        position: absolute;
      }
      
#flower_counter {
    background-color: dodgerBlue;
    border: 2px solid white;
    height: 300px;
    position: fixed;
    right: 10px;
    top: 29px;
    width: 30px;
}