/*
 * Quark 2 — user customizations
 *
 * This file is safe to edit. It is loaded last so anything here overrides
 * theme.css without having to mark rules !important.
 */
.mdcontainer {
    max-width:978px;
    margin:0 auto;
}

.sidebar {
    float:left;
}

.contentJSN {
    float:left;
}
.error-page {
    text-align: center;
    padding: 40px 20px;
}

.error-code {
    font-size: 90px;
    line-height: 1;
    margin-bottom: 25px;
}

#droppy li:hover > a {
    background-color: #404040;
    color: #FFF;
}