/*
 * Style sheet for W3C's archived bugzilla instance
 *
 * $Id: style.css,v 1.1 2019/04/02 04:31:54 gerald Exp $ 
 */

.archivalnote {
    border: 3px red 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: 5px;
}

.archivalnote p {
    margin: 0.5em;
}

.dim {
    color: #aaa;
}

