#top-notification {
  .heading {
    background: @accent;
    border-right: 2px solid @sbg;
    color: @onaccent;
    padding: 17px 5px;
    text-align: center;
  }
  .notification {
    background: darken(@background, 10%);
    padding: 10px 5px;
    overflow: auto;
    #message {
      float: left;
      padding: 7px 5px;
    }
    #social-icons {
      float: right;
    }
  }
}

#underh-notification {
  background: @sbg;
  .message {
    text-align: center;
    display: block;
    padding: 8px 0;
    font-size: 30px;
    color: @onaccent;
    text-shadow: 1px 1px 0px black;
  }
}