body {
    margin: 0;
    font-size: 14px;
}
h1 {
    padding-bottom:20px;
}
/*#map {*/
/*    height:360px;*/
/*}*/

.smalltable {
    border-collapse: collapse;
    margin: 10px auto 20px auto;
}

.smalltable td, .smalltable th {
    border: 1px solid #ddd;
    padding: 1px 10px 1px 10px;
    text-align: center;
}

.smalltable tr:nth-child(even){
    background-color: #f2f2f2;
}

.smalltable th {
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: black;
    color: white;
}

.smalltable th a {
    color: white;
}

.docsection {
    padding-bottom: 30px;
    font-size: 14px;
}

.docsection ol {
    padding: 0;
    margin: 20px 0 0 0;
}

.docsection li {
    padding: 0;
    margin: 20px 0 0 0;
}

.docsection dl {
    padding: 0;
    margin: 20px 0 0 0;
}

.docsection h1 {
    margin-bottom: 0;
}
.sidebar {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    position: sticky;
    top: 120px;
}

.sidebar a {
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.dropdown li {
    margin: 0;
    padding: 0;
}

 #map_div {
     height:80%;
     width:100%;
 }
.popupCustom .leaflet-popup-tip,
.popupCustom .leaflet-popup-content-wrapper {
    background: #ffffff;
    color: #234c5e;
    font-size: 15px;
}

.geometryPanel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.geometryTable {
    overflow-y: scroll;
    height: 300px;
}

.geometryTable td, .geometryTable th {
    font-size: 10px;
}
