div.site-alert {
  width: 100%;
  font-weight: bold;
  z-index: 999;
  width: 100%;
  left: 0px;
  top: -30px;
  position: relative;
}

div.site-alert div.text {
  padding: 9px 34px;
  margin: 0px;
  font-size: 15px;
  line-height: 17px;
}

div.site-alert div a {
  color: #fff;
}

div.site-alert div.info {
  background: #d2983c;
  border: 1px solid #d2983c;
  color: #ffffff;
  text-align: center;
}

div.site-alert div.low {
  background: #d2983c;
  border: 1px solid #d2983c;
  color: #ffffff;
  text-align: center;
}

div.site-alert div.high {
  background: #d2983c;
  border: 1px solid #d2983c;
  color: #ffffff;
  text-align: center;
}

div.site-alert span.site-alert-close {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path stroke="white" fill="white" d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>') center center no-repeat;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  text-indent: -1000em;
}

div#edit-alerts-start.date-padding {
  padding: 0px;
}

div#edit-alerts-expire.date-padding {
  padding: 0px;
}
