﻿body {
    padding:3vh;
}

    body, body * {
        font-family: "EB Garamond", Garamond, serif;
        xfont-size: medium;

        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
    }

#dInfoModal * {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.modalButton, .btn {
    margin: 3px;
}

.btn:disabled{
    background-color:silver;
}

label {
    margin-bottom:5px;
}

.linker{
    cursor:pointer;
}

.linker:hover {
    text-decoration: underline;
}

.line {
    margin: 16px 10vw -24px 10vw;
    border-top: 1px solid darkgray;
}

#navContent {
    margin: auto auto;
    padding:40px 32px 64px 32px;
    max-width:600px;
    font-size:130%;
}

.contentIngress {
    border-bottom:1px solid darkgray;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

.contentSubText {
    border-top: 1px solid darkgray;
    margin-top: 25px;
    padding-top: 12px;
}

#stickAdminCorner {
    position: fixed;
    top: 1px;
    right: 1px;
    height: 58px;
    width: 58px;
    background-color: transparent;
    border-radius: 32px;
    opacity: 0.5;
}
    #stickAdminCorner:active {
        background-color:gold;
    }