/* ===== THEME OVERRIDES ===== */

/* Override body backgrounds for prosilver and Artodia themes */
body#phpbb,div#body-wrapper{

    background: #213666;
}

/* Add a little margin between our menu and the forum proper (both themes) */
div#wrap, div.offcanvas-wrapper {

    margin-top: 18px;
}

/* Hide avatar containers (both themes) */
dt.avatar-container,dd.avatar-container,div.avatar-container {

    display:none !important; visibility: hidden  !important
}

/* Center profile name and rank (both themes, only really affects Black) */
dl.postprofile > .has-profile-rank, dl.postprofile > .profile-rank { text-align:center }

/* Hide copyright bar (both themes) */
div.copyright {

    display:none; visibility: hidden;

}

