.outdatedAlert {
    padding: 1rem;
    background: #15416e;
    border-radius: 5px;
    text-align: center;
    color: white;
    font-size: 18px;
    margin-bottom: 1rem;
}

#archiveMeta .postbox-header {
    background: #15416e;
}

#archiveMeta .postbox-header,
#archiveMeta h2 {
    color: white;
}

#archiveMeta .postbox .handlediv .toggle-indicator::before,
#archiveMeta .postbox .handle-order-higher .order-higher-indicator::before,
#archiveMeta .postbox .handle-order-lower .order-lower-indicator::before {
    color: white;
}

#archiveMeta label {
    font-weight: bold;
}