

body {
    color: #cc6633;
    font-size: large;
}

#main {
    position: absolute;
    top: 0em;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0;
    margin: 0;
    overflow: auto;
    /* scrollbar-color: #fdfaff #430578;*/
    /* background-image: conic-gradient(from 180deg at 110% 0%, #ecd6ff, #430578 90deg); */
    background-image: conic-gradient(from 180deg at 110% 0%, #553322, #000000 90deg);
}

#leaf-overlay {
    top: 0em;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../_images/back_scales.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 80%;
    opacity: 0.8;
}

#maindiv {
    color: #000000;
    font-size: 1.2em;
    /*background-image: conic-gradient(from 45deg at -10% 110%, #fdfaff, #ccccee 55deg, #fdfaff 1deg );*/
    margin: 1em 1em 1em 1em;
    padding: 0em 1em 0em 1em;
    position: relative;
    top: 4em;
    left: 0px;
    right: 0px;
    border: solid;
    border-color: #302d2c;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
}

    #maindiv::before {
        content: "";
        background-image: conic-gradient(from 45deg at -10% 110%, #edeceb, #efeeed 55deg, #edeceb 1deg );
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.95;
        border-top-left-radius: 10px 10px;
        border-top-right-radius: 10px 10px;
        border-bottom-left-radius: 10px 10px;
        border-bottom-right-radius: 10px 10px;
    }

.maindiv_know {
    color: #000000;
    font-size: 1.2em;
    /*background-image: conic-gradient(from 45deg at -10% 110%, #fdfaff, #ccccee 55deg, #fdfaff 1deg );*/
    margin: 1em 1em 1em 1em;
    padding: 0em 1em 0em 1em;
    position: relative;
    top: 4em;
    left: 0px;
    right: 0px;
    border: solid;
    border-color: #302d2c;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
}

    .maindiv_know::before {
        content: "";
        background-image: conic-gradient(from 45deg at -10% 110%, #edeceb, #efeeed 55deg, #edeceb 1deg );
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.95;
        border-top-left-radius: 10px 10px;
        border-top-right-radius: 10px 10px;
        border-bottom-left-radius: 10px 10px;
        border-bottom-right-radius: 10px 10px;
    }
p {
    position: relative
}

#maindiv_tall {
    color: #000000;
    font-size: 1.2em;
    position: relative;
    /*background-color: #f0f0f0;*/
    /*background-image: conic-gradient(from 45deg at -10% 110%, #fdfaff, #ccccee 55deg, #fdfaff 1deg );*/
    margin: 1em 1em 1em 1em;
    padding: 0em 1em 0em 1em;
    min-height: 80%;
    max-height: 100%;
    max-width: 50%;
    border: solid;
    /*border-color: #16144d;*/
    border-color: #302d2c;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
}

    #maindiv_tall::before {
        content: "";
        background-image: conic-gradient(from 45deg at -10% 110%, #edeceb, #efeeed 55deg, #edeceb 1deg );
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.95;
        border-top-left-radius: 10px 10px;
        border-top-right-radius: 10px 10px;
        border-bottom-left-radius: 10px 10px;
        border-bottom-right-radius: 10px 10px;
    }

#maindiv_grid {
    color: #000000;
    font-size: 1.2em;
    position: relative;
    /*background-color: #f0f0f0;*/
    /*background-image: conic-gradient(from 45deg at -10% 110%, #fdfaff, #ccccee 55deg, #fdfaff 1deg );*/
    margin: 1em 1em 1em 1em;
    padding: 0em 1em 0em 1em;
    border: solid;
    /*border-color: #16144d;*/
    border-color: #302d2c;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
}

a {
    color: #cc6633;
}

#header {
    color: #ffffff;
    position: absolute;
    max-width: 100%;
    min-width: 90%;
    height: 6em;
    left: 5em;
    top: 0.5em;
    text-align: center;
    border: none;
    border-color: #16144d;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
}

.vertical-center {
    margin: 0;
    position: absolute;
    text-align: center;
    font-size: 2.5em;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#mdiv {
    color: #302d2c;
    font-size: 1.5em;
    background-color: #280a42;
    /*background-image: radial-gradient(#280a42, #1e0236);*/
    background-image: radial-gradient(#cac6c5, #dddad9);
    opacity: 0.85;
    width: 10em;
    text-align: center;
    /*box-shadow: 8px 8px 5px #191919;*/
    box-shadow: 8px 8px 5px #0f1413;
    margin-top: 0.5em;
    margin-left: 0.8em;
    padding-top: 1em;
    padding-bottom: 1em;
    position: absolute;
    z-index: 999;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
}

    #mdiv a {
        color: #1d1b1b;
        text-decoration: none;
    }

    #mdiv br {
        margin-bottom: 0.3em;
    }

#mdiv_closediv {
    color: #bbbbbb;
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 998;
    opacity: 0.1;
    top: 0;
    left: 0;
}

#mdiv_btn {
    position: absolute;
    top: 1.7em;
    left: 1.3em;
    width: 3em;
    height: 3em;
}

    #mdiv_btn hr {
        height: 0.2em;
        /*color: #b9b8cf;*/
        color: #cc6633;
        /*background-color: #b9b8cf;*/
        background-color: #cc6633;
    }

input {
    width: 98%;
    font-size: 0.8em;
}

textarea {
    width: 98%;
    font-size: 0.9em;
}

#artTable {
    color: #cc6633;
    width: 100%;
    background-color: #101010;
    border: solid;
    border-color: #474340;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
}

    #artTable li.ListItems {
        list-style-type: none;
        text-align: left;
        text-indent: -3em;
        padding-left: 3em;
    }

    #artTable font.ListHead {
        font-size: 1.1em;
        font-style: italic;
    }

    #artTable td.gMain {
        width: 100%;
        background-color: #26221f;
        background-image: radial-gradient(#141414, #211a16);
        text-align: center;
        border: solid;
        border-color: #332c26;
        border-bottom-left-radius: 12px 12px;
        border-bottom-right-radius: 12px 12px;
    }

    #artTable td.gTitle {
        width: 100%;
        font-size: 1.5em;
        height: 60px;
        background-color: #26221f;
        background-image: radial-gradient(#141414, #211a16);
        text-align: center;
        border: solid;
        border-color: #332c26;
        border-top-left-radius: 6px 6px;
        border-top-right-radius: 6px 6px;
    }

    #artTable td.gTopWide {
        width: 65%;
        text-align: center;
        background-color: #000000;
        border: solid;
        border-style: solid;
        border-color: #332c26;
    }

    #artTable td.gTopNarrow {
        width: 35%;
        text-align: center;
    }

    #artTable td.gMainWide {
        width: 65%;
        background-color: #26221f;
        background-image: radial-gradient(#141414, #211a16);
        text-align: center;
        border: solid;
        border-color: #332c26;
        border-bottom-left-radius: 6px 6px;
    }

    #artTable td.gMainWideF {
        width: 100%;
        background-color: #26221f;
        background-image: radial-gradient(#141414, #211a16);
        text-align: center;
        border: solid;
        border-color: #332c26;
        border-bottom-left-radius: 6px 6px;
    }

    #artTable td.gMainWideL {
        width: 50%;
        background-color: #26221f;
        background-image: radial-gradient(#141414, #211a16);
        text-align: center;
        border: solid;
        border-color: #332c26;
        border-bottom-left-radius: 6px 6px;
    }

    #artTable td.gMainWideM {
        width: 30%;
        background-color: #26221f;
        background-image: radial-gradient(#141414, #211a16);
        text-align: center;
        border: solid;
        border-color: #332c26;
        border-bottom-left-radius: 6px 6px;
    }

    #artTable td.gMainWideR {
        width: 20%;
        background-color: #26221f;
        background-image: radial-gradient(#141414, #211a16);
        text-align: center;
        border: solid;
        border-color: #332c26;
        border-bottom-left-radius: 6px 6px;
    }

    #artTable td.gArtTall {
        width: 60%;
        background-color: #26221f;
        background-image: radial-gradient(#141414, #211a16);
        text-align: center;
        border: solid;
        border-color: #332c26;
        border-bottom-left-radius: 6px 6px;
    }

    #artTable td.gArtWide {
        width: 100%;
        background-color: #26221f;
        background-image: radial-gradient(#141414, #211a16);
        text-align: center;
        border: solid;
        border-color: #332c26;
        border-bottom-left-radius: 6px 6px;
    }

    #artTable td.gMainNarrow {
        width: 35%;
        background-color: #26221f;
        background-image: radial-gradient(#141414, #211a16);
        text-align: center;
        border: solid;
        border-color: #332c26;
        border-bottom-right-radius: 6px 6px;
    }

    #artTable td.gFiller {
        width: 100%;
        border: none;
    }