
/* Notice fallback */ #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: #fff;     border-left: 4px solid #fff;     box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);     margin: 5px 15px 2px;     padding: 1px 20px; }  #nsl-notices-fallback > div.error {     display: block;     border-left-color: #dc3232; }  #nsl-notices-fallback > div.updated {     display: block;     border-left-color: #46b450; }  #nsl-notices-fallback p {     margin: .5em 0;     padding: 2px; }  #nsl-notices-fallback > div:after {     position: absolute;     right: 5px;     top: 5px;     content: '\00d7';     display: block;     height: 16px;     width: 16px;     line-height: 16px;     text-align: center;     font-size: 20px;     cursor: pointer; }