#nova-notificationBanner {
  padding: 8px;
  border: 1px solid var(--borderColorHeaderFooter);
  vertical-align: super;
  float: left;
  clear: both;
  width: calc(100% - 16px);
  margin-bottom: 15px;
}
#nova-notificationBanner.nova-notificationBanner-hint {
  background-color: var(--bgColorHint);
}
#nova-notificationBanner.nova-notificationBanner-success {
  background-color: var(--bgColorSuccess);
}
#nova-notificationBanner.nova-notificationBanner-warning {
  background-color: var(--bgColorWarning);
}
#nova-notificationBanner.nova-notificationBanner-error {
  background-color: var(--bgColorError);
}
#nova-notificationBanner #nova-notificationBanner-icon {
  vertical-align: top;
}
#nova-notificationBanner #nova-notificationBanner-message {
  position: relative;
  margin-left: 8px;
  white-space: pre;
  display: inline-block;
}
#nova-notificationBanner #nova-notificationBanner-refresh {
  float: right;
  white-space: nowrap;
  background-color: var(--bgColorContent);
  border: 1px solid var(--borderColorContent);
  cursor: pointer;
  padding: 4px;
  margin: -6px -4px -4px -4px;
}
#nova-notificationBanner #nova-notificationBanner-refresh:hover {
  background-color: var(--bgColorHover);
  border-color: var(--borderColorHover);
}
#nova-notificationBanner #nova-notificationBanner-refresh #nova-notificationBanner-refresh-message {
  margin-left: 8px;
  position: relative;
  top: -3px;
}
