/**
 * The map
 */
.georeport-map {
    height: 100%;
    width: 100%;
    border: solid 1px #DDD;
    box-sizing: border-box;
}
.georeport-map img {
    max-width: none;
}
.georeport-map-container {
    height: 800px;
    width: 100%;
}

ul.forms_ul li{
    display: inline;
}