@charset "utf-8";

#nsl-notices-fallback { position: fixed; right: 10px; top: 10px; z-index: 10000; }

.admin-bar #nsl-notices-fallback { top: 42px; }

#nsl-notices-fallback > div { position: relative; background: rgb(255, 255, 255); border-left: 4px solid rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px 0px; margin: 5px 15px 2px; padding: 1px 20px; }

#nsl-notices-fallback > div.error { display: block; border-left-color: rgb(220, 50, 50); }

#nsl-notices-fallback > div.updated { display: block; border-left-color: rgb(70, 180, 80); }

#nsl-notices-fallback p { margin: 0.5em 0px; padding: 2px; }

#nsl-notices-fallback > div::after { position: absolute; right: 5px; top: 5px; content: "×"; display: block; height: 16px; width: 16px; line-height: 16px; text-align: center; font-size: 20px; cursor: pointer; }