.abp-notice {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  margin-bottom: 15px;
  color: #333;
  padding: 5px 0 5px 0;
  text-align: center;
  font-size: 12px;
  background-color: orangered;
  border-bottom: 1px solid red;
  z-index: auto; }
  .abp-notice p {
    color: white;
    font-weight: bold;
    letter-spacing: .15em;
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif; }
