
.top-panel-container {
    display: block;
    position: fixed;
    width: 100%;
    *min-height: 667px;
    min-height: 100%;
    background-color: rgba(12, 12, 12, 0.3);
    z-index: 1000000;
}

.top-panel {
    display: block;
    position: fixed;
    left: -6em;
    margin-left: 50%;
    margin-top: 12em;
    width: 12em;
    font-size: 1em;
    font-weight: bold;
}

.top-panel section {
    width: 100%;
    height: 3em;
    line-height: 3em;
    text-align: center;
    border: 1px solid #4d4d4d;
    border-top: 0;
}

.top-panel-title {
    color: white;
    background-color: #4d4d4d;
    border: 1px solid #4d4d4d;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
}

.top-panel-item {
    color: #333333;
    background-color: white;
}

.top-panel-item.active {
    color: white;
    background-color: #ffbf57;
}