.document::before {
    content: "This document is a draft version for an unreleased version of CPE and may contain errors or incomplete information.";
    display: block;
    color: red;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
