/* START INSTRUCTIONS */
/* To disable the OLIS emergency notice, add the following two characters "/*" to the line above ".content-wrap::before" and save.  */
/* To enable the OLIS emergency notice, remove the "/*" characters from the line above ".content-wrap::before" and save. */
/* To edit the text, edit between the quotes ("") below and save. */
/* Once saved, upload this file to https://www.oregonlegislature.gov/olisnotification/. */
/* END INSTRUCTIONS */

/*
 .content-wrap::before {
    content: "OLIS will be intermittently unavailable for system maintenance" !important;
    display: block !important;
    border-radius: 4px !important;
    box-shadow: 0px 0px 4px #9f9d9d !important; 
    font-size: 24px !important;
    color: #063b7d !important;
    height: 10% !important;
    background-color: #eebcc1 !important;
    text-align: center !important;
    margin: 10px 0px 21px 0px !important;
    padding: 3px 0px 3px 0px !important;
}

/*  Don't change content below  */
h3#registerLabel {
    background-color: #1c2a50 !important;
}