:root {
  --global-message: "Emby Server has been migrated to a fresh instance, some users may have their continue watching/next up and general watch history be a little bit wonky. If it's completely out of whack, let me know and I'll sort it out";
  /* --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\A"; */
}

#global-notice {
  text-align: center;
  padding-bottom: 4px;
}

#global-notice:before {
    content: var(--global-message);
/*    display: none; */
    width: 90%;
    margin: auto;
    margin-top: 4px;
    margin-bottom: 8px;
    z-index: 999;
    padding: 4px;
/*    background-color: rgba(0,0,0,0.5);  */
    color: #C00000;
    text-align: center;
/*    border-radius: 8px;
    border: solid #000;
    border-width: 2px; */
    font-size: 16px !important;
    font-weight: bold;
    line-height: 26px;
}

#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: 12px;
}
