html,body{
    margin:0;
    width:100%;
    height:100%;
    background:#ffffff;
}

#map{
    width:100%;
    height:100%;
}

.mapTool {
    position: fixed;
    top: 100px;
    right: 20px;
}