/* Main layout */
div#map {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

/* Panel button strip */
#menu-bar {
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 1001;
}

/* Floating panel cards */
.panel-card {
    position: fixed;
    top: 4rem;
    left: 1rem;
    width: 350px;
    max-height: 85vh;
    z-index: 1000;
    display: none;
}

.panel-card-body {
    overflow-y: auto;
    max-height: calc(85vh - 3.5rem);
}

div.indented-section {
    padding-left: 2em;
    padding-right: 1em;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

div#loadingStatus {
    display: none;
}

.dialog-open-link {
    font-size: 0.8em;
    margin-top: 4px;
}

/* Stats rows that are hidden by default */
div.statsTimeOnOffRow {
    display: none;
}

/* Popup layout */
table.popupQSOTable {
    line-height: 1em;
    position: relative;
    left: -3px;
}

.colorSample {
    display: inline-block;
    height: 1em;
    width: 1em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    border: 1px solid black;
    position: relative;
    top: 2px;
}
