/* Archive-only overlay and disabled chrome. Original Rhu.css stays intact. */
.archive-badge {
    position: absolute;
    right: 0;
    top: 8px;
    color: #666;
    font-size: 12px;
    font-weight: bold;
}
.archive-note {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
    padding: 8px 0;
}
.archive-intro {
    padding: 24px 0 8px;
}
.archive-intro h1 {
    font-family: 'bebas_neueregular', sans-serif;
    font-size: 28pt;
    color: #3bb234;
    margin-bottom: 8px;
}
.menu .item.disabled span {
    color: #999;
    cursor: default;
}
.picview {
    position: fixed;
    z-index: 10000;
    left: 0; top: 0; right: 0; bottom: 0;
}
.picview_overlay {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.75);
}
.picview_cont {
    position: relative;
    margin: 0 auto;
    background: #111;
    color: #fff;
}
.picview_img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.picview .close {
    position: absolute;
    top: 8px;
    right: 8px;
}
