header {
    background: rgba(26, 26, 46, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 0;
}
header .nav-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    max-width: 1100px;
    margin: 0 auto;
    float: none;
}
header .nav-bar > a,
header .nav-bar > ul {
    float: none;
}
header .nav-bar img {
    display: block;
}
header ul.nav {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}
header ul.nav li {
    display: block;
    margin: 0;
    float: none;
}
header ul.nav li a.button {
    display: inline-block;
    padding: 8px 14px;
    background: #2d2d44;
    color: #e0e0e0;
    text-decoration: none;
    border: 1px solid #3d3d5c;
    border-radius: 4px;
    font-size: 11pt;
    font-weight: 500;
}
header ul.nav li a.button:hover {
    background: #3d3d5c;
    border-color: #5d5d7c;
}
header ul.nav li a.button.cur {
    background: #4a4a6e;
    border-color: #6a6a8e;
    color: #fff;
}
header ul.nav li a.button.purplebutton {
    background: #5d3d7c;
    border-color: #7d5d9c;
}
header ul.nav li a.button.purplebutton:hover {
    background: #7d5d9c;
}
header .nav-bar > a img {
    width: 146px !important;
    height: 44px !important;
    max-width: none !important;
    max-height: none !important;
}

header {
    position: relative;
    z-index: 10;
}

.pfx-panel {
    top: 90px !important;
}

.pfx-panel {
    background: transparent !important;
}
.pfx-body {
    background: transparent !important;
}
