body {
    background: none repeat scroll 0 0 #FFFFFF; /*#252D30*/
}

#documentation-body {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 20px 0;
}

.logo {
    font-size: 2.6rem;
    letter-spacing: 0.04em;
    line-height: 2;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

.logo-box {
    background: none repeat scroll 0 0 #252D30;
    display: block;
    padding: 1.25em;
    width: 100%;
    border-bottom: 1px solid #151E1F;
}

h1 {
    color: #FFFFFF;
    font-family: impact,tahoma;
    font-size: 1.5em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.aside-nav ul {
    background: none repeat scroll 0 0 #252D30;
}

.aside-nav li a {
    border-bottom: 1px solid #151E1F;
    color: #FFFFFF;
}

    .aside-nav li a:link, .aside-nav li a:visited {
        color: #FFFFFF;
    }

.aside-nav li > ul, .aside-nav li ul ul {
    background: none repeat scroll 0 0 #151E1F;
}

.top-nav li a:hover, .aside-nav li a:hover, .aside-nav > ul > li.active-item > a:link, .aside-nav > ul > li.active-item > a:visited {
    background: none repeat scroll 0 0 #181F22;
}

i {
    color: #E36132;
    display: inline-block;
    font-size: 1.2em;
    width: 1.8em;
}

.date {
    text-align: center;
}

    .date span {
        font-size: 2.7em;
    }

    .date i {
        color: #D0D0D0;
        font-size: 1.5em;
        width: auto;
    }

.room {
    text-align: center;
}

    .room span {
        font-size: 2.7em;
    }

    .room i {
        color: #D0D0D0;
        font-size: 1.5em;
        width: auto;
    }

    .room conditions {
        font-size: 1.25em;
    }

.location {
    text-align: center;
}

    .location span {
        font-size: 1.5em;
    }

    .location i {
        color: #D0D0D0;
        font-size: 1.25em;
        width: auto;
    }

.overdue {
    color: #fb40fd;
}

.warning {
    color: #FF0000;
}

.purple {
    color: purple;
}

.black {
    color: #000000;
}

.white {
    color: #FFFFFF;
}

.green {
    color: #6BC96D;
}

.darkGrey {
    color: #909090;
}

.red {
    color: #FF0000;
}

#search, #social {
    border-top: 1px solid #151E1F;
    padding: 1.25em;
    position: relative;
}

    #search i {
        margin-left: 0.625em;
        width: auto;
    }

    #social i {
        color: #B0B0B0;
        font-size: 1.8em;
        width: auto;
    }

article hr {
    color: #E0E0E0;
    margin: 1.25em 0;
}

#content-wrapper:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

#content-wrapper {
    background: none repeat scroll 0 0 #252D30;
}

img#background {
    height: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -10;
}

.footer {
    background: none repeat scroll 0 0 #E0E0E0;
}

@media screen and (max-width: 768px) {
    .aside-nav li a, #search, #social {
        padding: 0.625em 1.25em;
    }

    .logo-box {
        width: 60%;
        /*max-width: 200px;*/
    }
}

.comment-block {
    background: none repeat scroll 0 0 rgb(235, 235, 235);
    padding: 0.5rem;
    border-radius: 1rem;
}

    .comment-block p {
        /*color: #fff;*/
    }

.block-icon i {
    color: #6BC96D;
    font-size: 1.5rem;
}

highlight {
    background: #F3F8A9 none repeat scroll 0 0;
}

.smallItalic {
    font-size: 0.8em;
    font-style: italic;
}

.italic {
    font-style: italic;
}

.hasspinner {
}

.buttonAsLink {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer;
    text-decoration: underline;
    text-align: right !important;
    color: #59985a;
    transition: color 0.20s linear 0s;
    -o-transition: color 0.20s linear 0s;
    -ms-transition: color 0.20s linear 0s;
    -moz-transition: color 0.20s linear 0s;
    -webkit-transition: color 0.20s linear 0s;
}

    .buttonAsLink:hover {
        color: #6BC96D;
    }

