@import url("https://scp-wiki.wdfiles.com/local--code/component%3Atheme/1");
 
div#container-wrap {
    background-image: url("https://05command.wdfiles.com/local--files/theme%3Asite/body_bg.png");
}

#header, #top-bar {
    max-width: none;
}

#content-wrap {
    max-height: none;
    max-width: none;
}

#header h1 a {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica;
    text-shadow: none;
    color: white;
}

#header h2 span {
    color: #a02;
    text-shadow: none;
}

#side-bar {
    padding: 10px;
    border: 1px solid #dedede;
}

#search-top-box input.empty {
    color: #AAA;
}

#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus {
    border: 1px solid #777;
    margin: 0 1px;
    padding: 1px 2px;
    background-color: #FFF;
    color: #000;
    border-radius: 0;
    box-shadow: none;
}

#search-top-box-form input[type="submit"] {
    margin: 0 2px;
    padding: 2px 5px;
    text-decoration: none;
    background: #F4F4F4;
    border: 1px solid #AAA;
    color: #000;
    border-radius: 0;
    box-shadow: none;
    font-weight: unset;
}

#search-top-box-form input[type="submit"]:hover,
#search-top-box-form input[type="submit"]:focus {
    background: #DDD;
    color: #000;
    box-shadow: unset;
    border: 1px solid #AAA;
}

@media (max-width: 767px) {
     #side-bar{
         background-color: white;
      }

     #side-bar:target .close-menu {
         background: none;
}
}
