.forall-banner-msg{
  padding: 10px 15px;
  background-color: #333;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0,0,0,.8);
  font-size: 95%;
  line-height: normal;
  text-align: center;
  box-shadow: 0 0 10px 0 #000;
  position: sticky;
  top: 0;
  z-index: 100;
}


.forall-banner-msg a {
  color: #fff !important;
  font-style: italic !important;
}
/* Make whole banner clickable. */
.forall-banner-msg a.full {
  margin: -10px -15px;
  padding: 10px 15px;
  display:block;
}
