body.st-notify-bar-active {
  position: relative;
  padding-top: 36px;
}
.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 span {
  padding: 0;
  margin: 0;
}
