body {
    background-color: lightgray;
}
#mapid {
	height: 360px;
}
.exportbutton .dropdown-menu>li>a {
    color: #777;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.exportbutton .dropdown-menu>li>a:hover {
    background-color: #e1e3e9;
    color: #333;
}
label.required:after {
    content: '*';
}
.leaflet-container {
    z-index: 4;
}