h1#title {
    margin: 0;
    font-size: 1.3em;
}

p#subtitle {
    margin-top: 0;
    font-size: 0.8em;
}

div#controls {
    background-color: var(--background);
    border: 1px solid var(--text);
    border-radius: 3px;
    color: var(--text);
}

div#menuButton {
    background-color: var(--background);
    border: 1px solid var(--text);
    border-radius: 3px;
}
div#menuButton a {
    color: var(--text);
}

label.configLabel {
    display: inline-block;
    white-space: nowrap;
}

/* Style for small info indicators */
div#qsoFilterMessage, div#loadingStatus, div#qrzApiStatus, div#hamqthApiStatus {
    margin-top: 0.1em;
    margin-bottom: 0;
    font-size: 0.8em;
}

/* Style for small info indicators */
div#qsoFilterMessage {
    margin-bottom: 0.3em;
}

.leaflet-popup {
    font-size: 14px;
}

.leaflet-popup-content {
    min-width: 310px;
}

/* Marker and popup styles */
.leaflet-tooltip {
    border: none;
    background-color: transparent;
    line-height: 1em;
    font-size: 0.8em;
    font-weight: bold;
    box-shadow: none;
}
.leaflet-tooltip-bottom::before {
    display: none;
}

.leaflet-div-icon {
    background-color: transparent;
    border: none;
}
.gridSquareLabel {
    position: relative;
    top: -50%;
    left: -100%;
    text-align: center;
    color: blue;
    font-weight: bold;
}

i.markerPopupIcon {
    display: inline-block;
    vertical-align: top;
    margin-top: 0.1em;
    width: 1.2em;
}

span.popupBlock {
    display: inline-block;
    white-space: normal;
    margin-right: 1em;
}

/* Text/link styles */
a, .leaflet-container a {
    color: var(--link-color);
    text-decoration: none;
}

a.closeButton {
    font-size: 0.8em;
}

/* Small markers */
.leaflet-map-pane div.smallmarker svg {
    width: 22px;
    margin-top: 5px;
}
.leaflet-map-pane div.smallmarker i.fa {
    margin-top: 18px;
    font-size: 11px;
}

/* Fudge basic circle icon to be smaller */
.fa-circle {
    font-size: 11.5px !important;
    padding-top: 2px !important;
    padding-left: 0.5px !important;
}

/* Leaflet.js mods */
/*noinspection CssUnusedSymbol*/
.leaflet-container .leaflet-control-attribution {
    background: none;
    color: var(--text);
}
