body.st-notify-bar-active {
position: relative;
}
.st-site-notification {
position: absolute;
top: 0;
width: 100%;
z-index: 50;
padding: 10px;
font-size: 16px;
text-align: center;
line-height: 1;
color: #fff;
z-index: 99;
}
.st-site-notification a, 
.st-site-notification a:visited,
.st-site-notification a:hover,
.st-site-notification a:active {
color: #fff;
text-decoration: underline;
}
.st-site-notification span {
padding: 0;
margin: 0;
}