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

body {
  display: flex;
  flex-flow: column;
}

.header-box {
    padding: 10px;
    flex: 0 1 auto;
}

.map-container {
    padding: 10px;
    flex: 1 1 auto;
    position: relative;
}

#ward_info {
    position: absolute;
    top: 20px;
    left: 70px;
    width: 240px;
    height: 80px;
    padding: 30px;
    font-size: 14px;
    z-index: 999999;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.7);
    border: 2px solid rgba(100, 100, 100, 0.7);
}

#legend {
    position: absolute;
    top: 20px;
    right: 20px;
    /*width: 150px;
    height: 200px;*/
    z-index: 999999;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.7);
    border: 2px solid rgba(100, 100, 100, 0.7);
}

.wrapper {
    padding: 15px;
    font-size: 14px;
}
