/* 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 unavailable Monday, March 31st, 7:30 to 8:30 p.m. for system maintenance or after the last committee meeting ends." !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  */
/* Alters the testimony header color to blue/consistant with legislative branding  */
h3#registerLabel {
    background-color: #1c2a50 !important;
}
/* emergency change to fix conflicting inline and css values - 2/7/2023 - remove when fixed in OLIS  */
div#mainWrapper {
    padding-right: 15px !important;
}

/* In some instances, we may wish to hide some of the Meetings Today rows on the main page. */
/* Usually for mock session testing. The code below hides subsequent rows  */
div#meetingsToday table tr:nth-child(n+3) {
  /*  display: none; */
}
div#meetingsToday tr td {
  /*  display: none !important;  */
}

/* Below is to change the OLIS building hours */

/* FYI - the "\A" is for a line break withing the content: call  */
 .container-fluid:nth-child(2) div.right span:nth-child(1):after
{
    content: "\ASpecial Session Hours: 7:00 a.m. - 5:30 p.m.";
    white-space: pre !important;
    line-height: 18px;
}
.container-fluid:nth-child(2) div.right span:nth-child(2) {
    display: none;
}
