
html, body {
    position: relative;
    width: 100%;
    height: 100%;
}
body {
    margin: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

@font-face {
    font-family: CalamityB;
    font-weight: bold;
    font-style: italic;
    src: url('./Calamity-Bold.otf');
}

a {
    color: #60B0E0;
}
a:visited {
    color: #60B0E0;
}

textarea {
    background: #00000000;
    color: white;
    width: 100%;
    box-sizing: border-box;
    border: #ffffff80;
    margin: 0.5em;
}


#right {
    border: 1px solid black;
    font-size: 0.9em;
}
#map{
    width: 100vwx;
    height: 100vh;
    background-color: #070A0A;
    border: 1px solid black;
}

#fakeleft {
    display: none;
}
#fakeright {
    display: none;
}
#app {
    width: 100%;
    display: table;
    font-size: 0.85em;
}
.row {
    display: table-row;
}
.row div {
    display: table-cell;
    margin: 0.5em;
}
.times {
    display: table-row;
}
.times div {
    display: table-cell;
    margin: 0.5em;
}
.times:hover div {
    background-color:#ffffff30;
}
.times:nth-child(odd) {
    background-color:#ffffff20;
}
.header {
    font-weight: bold;
    border-bottom: 1px solid black;
}

h3 {
    margin: 0.3em;
}

#left {
    position: fixed;
    z-index: 2000;
    top: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    border-right: 1px solid #cccccc40;
    width: 30%;
    overflow-y: auto;
    background: #00000080;
    color: #dedede;
    padding-right: 1em;
    padding-left: 1em;
}
#fakeright {
    display: none;
    position: fixed;
    z-index: 2000;
    top:0;
    right: 0;
    margin: 0;
    padding: 0em;
    padding-right: 0;
    padding-left: 0;
    height: 100%;
    border-left: 1px solid #cccccc40;
    width: 1.5em;
    overflow-y: auto;
    background: #00000080;
    color: #dedede;
}

#fakeleft {
    display: none;
    position: fixed;
    z-index: 2000;
    top:0;
    left: 0;
    margin: 0;
    padding: 0em;
    padding-right: 0;
    padding-left: 0;
    height: 100%;
    border-left: 1px solid #cccccc40;
    width: 1.5em;
    overflow-y: auto;
    background: #00000080;
    color: #dedede;
}

#right {
    position: fixed;
    z-index: 2000;
    top:0;
    right: 0;
    margin: 0;
    padding: 0em;
    padding-right: 1em;
    padding-left: 1em;
    height: 100%;
    border-left: 1px solid #cccccc40;
    width: 25%;
    overflow-y: auto;
    background: #00000080;
    color: #dedede;
}
.arrow_right {
    font-size: 1.5em;
    position: absolute;
    top: 0.1em;
    left: 0.1em;
}
.arrow_left {
    font-size: 1.5em;
    position: absolute;
    top: 0.1em;
    right: 0.1em;
}

.leaflet-tooltip {
    font-family: CalamityB;
    color: white;
    background: #0000007f;
    border: none;
    z-index: 3000;
}
.leaflet-tooltip::before {
    border: none;
}
/* Make the polylines in the overlay pane appear above the markers */
.leaflet-overlay-pane { z-index: 666; }
.leaflet-tooltip-pane { z-index: 667; }
.leaflet-shadow-pane  { z-index: 4; }
