/*
 * Style sheet for W3C's archived bugzilla instance
 *
 * $Id: style.css,v 1.2 2023/07/27 16:34:36 gerald Exp $ 
 */

.archivalnote {
    background: #ffebe9;
    border: 1px #cf222e solid;
    margin: 0.5em auto;
    padding: .35em;
    text-align: center;
    font-weight: normal;
    font-size: larger;
    max-width: 40em;
    line-height: 1.5em;
    border-radius: 4px;
}

.archivalnote p {
    margin: 0.5em;
}

.dim {
    color: #aaa;
}

