@font-face
    {
    font-family: 'fsans';
    font-style: normal;
    font-weight: normal;
    src: url('f/DroidSans-webfont.woff') format('woff');
    }

@font-face
    {
    font-family: 'fsans';
    font-style: normal;
    font-weight: bold;
    src: url('f/DroidSans-Bold-webfont.woff') format('woff');
    }

@font-face
    {
    font-family: 'fmono';
    font-style: normal;
    font-weight: normal;
    src: url('f/DroidSansMono-webfont.woff') format('woff');
    }

/* because chrome loves outlining things */

:focus
    {
    outline: none;
    }

html, body, #map
    {
    color: #202020;
    font: 14px 'fsans', sans-serif;
    height: 100%;
    line-height: 1.375;
    }

body
    {
    margin: 0;
    padding: 0;
    user-select: none;
    }

hr
    {
    border: 0;
    height: 1px;
    margin: 0;
    margin-top: 0.125em;
    margin-bottom: 0.125em;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    }

td
    {
    padding: 0.125em;
    }

td:nth-child(1)
    {
    text-align: right;
    }

a:link, a:visited, a:hover, a:active
    {
    color: #0b69b0;
    text-decoration: none;
    font-weight: bolder;
    }

.leaflet-control-attribution.leaflet-control
    {
    opacity: 0;
    }

.leaflet-popup-content-wrapper
    {
    border-radius: 6px;
    }

.leaflet-popup-content
    {
    margin: 10px;
    margin-top: 3px;
    margin-bottom: 5px;
    text-decoration: none;
    }

.leaflet-popup-content a
    {
    text-decoration: none;
    }

/* bottomleft status */

#status
    {
    bottom: 0;
    color: #202020;
    background-color: #f0f0f0e0;
    font-size: 14px;
    left: 0;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    position: fixed;
    z-index: 999;
    border-top-right-radius: 1em;
    }

#clock
    {
    top: 0;
    color: #202020;
    font-size: 15px;
    right: 0;
    padding: 8px;
    position: fixed;
    text-align: right;
    z-index: 999;
    text-shadow: #ffffff 0 0 1px, #ffffff 0 0 2px, #ffffff 0 0 3px, #ffffff 0 0 4px, #ffffff 0 0 5px, #ffffff 0 0 6px, #ffffff 0 0 8px, #ffffff 0 0 10px;
    }

/* topright location arrogance */

#arrogance
    {
    bottom: 0;
    color: #606060;
    font-size: 14px;
    right: 0;
    padding: 8px;
    position: fixed;
    text-align: right;
    text-shadow: #ffffff 0 0 1px, #ffffff 0 0 2px, #ffffff 0 0 3px, #ffffff 0 0 4px, #ffffff 0 0 5px, #ffffff 0 0 6px, #ffffff 0 0 8px, #ffffff 0 0 10px;
    z-index: 999;
    }

.n
    {
    font-family: 'fmono';
    font-weight: bolder;
    }

.r
    {
    text-align: right;
    }

.c
    {
    text-align: center;
    }

.b
    {
    font-size: larger;
    }

dialog
    {
    user-select: none;
    outline: none;
    }

dialog::backdrop
    {
    background-image: linear-gradient(130deg, #b31e39, #f57215, #24a76c, #ff1493, #15cbe7);
    opacity: 0.5;
    }

button
    {
    background-color: #ffffff;
    border: solid 2px #0b69b0;
    font-family: 'fmono';
    outline: none;
    padding: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    }

#intro_dialog
    {
    border-radius: 0;
    border: solid 0 #0b69b0;
    color: #202020;
    text-align: center;
    }

#intro_dialog_icon
    {
    max-width: 200px;
    }

.s
    {
    font-size: smaller;
    }

.t
    {
    margin: 5px;
    }
