{
    padding: 0px;
    border: 0px;
}

html {
    font-size: 20px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    /*    background-image: var(--backgroundimage);*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

h2 {
    font-size: 28px;
    margin: 0px;
}

h3 {
    font-size: 23px;
    margin: 0px;
}

h4 {
    font-size: 20px;
    margin: 0px;
}

h5 {
    font-size: 16px;
    margin: 0px;
}

h6 {
    font-size: 12px;
    margin: 0px;
}

a {
    color: var(--linkcolor);
    text-decoration: none;
}

td {
    border-color: var(--textcolor);
    border-width: 1px;
    padding: 5px;
}

ul {
    padding-top: 0px;
    margin-top: 0;
    padding-bottom: 0px;
    margin-bottom: 0;
}

blockquote {
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 15px;
}

mark {
    background-color: var(--highlightbackground);
}

.chatbar {
    float: right;
    margin: 10px;
    bottom: 10px;
    overflow-y: scroll;
    height: calc(100% - 10px);
    width: 400px;
}

/*.ddmenu li {
    margin-left: 10px;
    margin-right: 10px;
}*/

#main {
    /*    background-color: var(--pagebackground);*/
    color: var(--textcolor);
    height: 100%;
    padding: 60px 0 0px;
    box-sizing: border-box;
}

#head {
    /*    background-color: var(--pagebackground);*/
    position: fixed;
    background-color: var(--sidebarbackground);
    width: 100%;
    height: 60px;
}

#titlebar {
    cursor: pointer;
    color: var(--textcolor);
    font-size: 32px;
}

    #titlebar a {
        color: var(--linkcolor);
    }

/*        .titlebar a:hover {
            color: red;
        }*/

.quote {
    background-color: var(--quotebackground);
}

#sidebar {
    float: left;
    width: 200px;
    height: 100%;
    overflow: hidden;
    display: none;
    background-color: var(--sidebarbackground);
    color: var(--textcolor);
    font-weight: lighter;
}
    #sidebar a {
        color: var(--textcolor);
        text-decoration: none;
        padding: 5px;
        border-radius: 10px;
    }
        #sidebar a:hover {
            background-color: var(--linkcolor);
        }
@media (min-width: 768px) {
    #sidebar {
        display: block;
    }
}



#right {
    padding-left: 20px;
    padding-right: 10px;
    height: 100%;
    overflow-y: scroll;
}

/*#foot {
    background-color: var(--pagebackground);
    color: var(--textcolor);
    border-color: var(--pagebackground);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
}

.bottombar {
    border-color: var(--pagebackground);
    background-color: var(--pagebackground);
    color: var(--textcolor);
    border: 0px;
    font-size: 20px;
}*/

.section {
    background-color: var(--sectionbackground);
}

    .section a {
        color: var(--textcolor);
    }

#cmdline {
    top: 0px;
    left: 50px;
    width: 100%;
    position: absolute;
    font-weight: bolder;
}
@media (min-width: 768px) {
    #cmdline {
        left: 200px;
        display: block;
    }
}

#cmd {
    width: calc(100% - 130px);
}
@media (min-width: 768px) {
    #cmd {
        width: calc(100% - 360px);
    }
}

/*.chatbullet:hover {
    background-color: red;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 20px;
    cursor: pointer;
}*/

#title {
    display: none;
    position: relative;
    font-size: 24px;
    font-weight: 100;
    font-variant-caps: small-caps;
    bottom: 4px;
}
@media (min-width: 768px) {
    #title {
        display: inline;
    }
}

/*.titleclass {
    position: relative;
    font-size: 24px;
    font-weight: 100;
    font-variant-caps: small-caps;
    bottom: 4px;
}*/

/*.titlearea {
    background-color: var(--sidebarbackground)
}

@media (min-width: 768px) {
    .titlearea {
        width: 200px;
        height: 100%;
        padding-left: 10px;
        background-color: var(--sidebarbackground)
    }
}*/

.warning {
    background-color: var(--warningbackground);
}

.danger {
    background-color: var(--dangerbackground);
}

.hidden {
    display: none;
}

.visible {
    display: inherit;
}

.btn-default {
    box-shadow: 1px 2px 3px rgb(0 0 0 / 40%), inset 1px 1px 1px white;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: inset -1px -1px 1px white, inset 2px 1px 2px rgb(0 0 0 / 40%);
}

/*.popuplink {
    text-decoration: underline;
    cursor: pointer;
}*/

.gradbutton {
    background-image: linear-gradient(white, var(--sidebarbackground));
}
/*
.list-group-dark .list-group-item {
    background-color: black;
    color: white;
    border: 0px;
}

.list-group-dark .list-group-item-action:hover {
    text-decoration: underline;
}

.list-group-dark .list-group-item.active, .list-group-item-action:focus, .list-group-item-action:active {
    background-color: cornflowerblue;
}
*/
