html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#title {
    text-align: center;
    margin: 0;
    padding: 0;
    background: #333;
    color: #fff;
    font-size: 2em;
    padding: 10px;
}

#mapid {
    position: relative;
    width: 100%;
    height: 80%;
    margin: 5px;
    padding: 5px;
    border: 1px solid #000;
}

.infoBox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 100px; 
    padding: 10px;
    z-index: 1000; 
    display: none;
}

#infoLabel{
    width: 100%;
    height: 10%;
    text-align: center;
    background: #708090;
    color: #ffffff;
    font-size: 1.25em;
    font-style: italic;
    margin: 5px;
    padding: 5px;
    border: 1px solid #000;
}

table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    font-size: 10px;
    text-align: center;
    margin: 5px;
    padding: 5px;
}

.bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
}

.striped tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.striped tr:nth-child(even) {
    background-color: #ffffff;
}

.leaflet-tooltip.countyLabel {
    background-color: transparent;
    color: #000000;
    border: transparent;
    box-shadow: none;
}

.leaflet-container {
    background: #ffffff;
}
