.covnotice {
  border-radius: 0 !important;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  margin: 0 !important;
  width: 100%;
  left: 0;
  padding: 15px;
  background-color: #7b2c67;
  color: #fff;
  border-top: 1px solid #e9dc3f;
}

.alert {
  margin-bottom: 20px;
  border-radius: 4px;
}

.covnotice a {
  color: white;
  display: inline-block;
  font-weight: 600;
}

button.close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  font-weight: 700;
  background-color: -internal-light-dark(rgb(239, 239, 239), rgb(74, 74, 74));
  padding: 1px 6px;
  border-width: 2px;
  border-style: outset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
  border-image: initial;
}
