:root {
  --global-message: "Maintenance Completed: Let us know if you encounter any problems"; 
  /* --emby-message: "We've recovered from the floods! Everything appears to be working well, I have a bunch of new SSD's coming soonish to hopefully improve responsiveness in the Web UI\A
                   If you feel like learning why Web UI responsiveness can sometimes be sluggish, click on the 'Emby Apps' button below!"; */
  /* Episodes/Movies with a  icon indicates there is multiple audio languages for that item (primarily for anime with both English and Japanese audio) */
  --emby-message: "You can enable/disable the intro skip prompt or enable automatic intro skipping for episodes in the playback section of your emby user profile settings";
}

#global-notice {
  text-align: center;
}

#global-notice:before {
    content: var(--global-message);
    display: none;
    width: 90%;
    margin: auto;
    margin-top: 4px;
    margin-bottom: 9px;
    z-index: 999;
    padding: 4px;
    background-color: #A00000;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    border: solid #000;
    border-width: 2px;
    font-size: 20px;
    font-weight: bold;
}

#emby-notice {
  text-align: center;
}

#emby-notice:before {
  content: var(--emby-message);
  white-space: pre-wrap;
  /* display: none; */
  width: 75%;
  margin: auto;
  margin-top: 4px;
  margin-bottom: 10px;
  padding: 4px;
  /* background-color: #A00000; */
  color: #fff;
  /* font-size: 24px; */
  font-size: 14px;
}
