html,
body,
#viewDiv {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

.esri-ui-corner .esri-legend{
    height: 300px !important;
}

#gm-logo {
    float:left;
    margin-top:10px;
    margin-right:20px;
}
#gm-logo img{
    height: 50px;
}

#infoBox{
    width: 500px;
    height: 300px;
    z-index: 9999;
    position: absolute;
    z-index: 9999;
    top: 100px;
    left: 195px;
    background: #fff;
}