body {
    margin-top: 74px;
}
nav {
    top: 70px;
}
.wrap {
    padding-top: 0;
}

div.phpdebugbar {
    position: relative;
    margin-left: 100px;
    width: calc(100% - 100px);
    z-index: 1;
}

div.phpdebugbar-closed, div.phpdebugbar-minimized {
    border-top: 0;
}
div.phpdebugbar-header {
    background: #db0032;
}
div.phpdebugbar-header > div > * {
    color: #fff;
}
a.phpdebugbar-tab.phpdebugbar-active {
    background: #a80026;
    color: #fff;
}
.phpdebugbar-fa-git + .phpdebugbar-text {
    font-weight: 700;
}