#head {
    margin: 1em 0 1.5em;
}

#head h1 {
  font-size: 5em;
  padding: 0 0px 10px 0.667em;
}

#head h1::before {
    background-image: url('/favicon.ico');
    background-size: 90px 90px;
    display: inline-block;
    width: 90px;
    height: 90px;
    content: "";
    margin: 0px 10px -20px 0px;
}

#sidebar-content {
    position: fixed;
    right: calc((100% - 940px) / 2);
    left: calc((100% - 940px) / 2 + (940px * ( 1 - 0.28) ));
}

#wiki-sidebar {
    padding: 0px;
    border: none;
}
