.announce_banner {
    display: block;
    position: absolute;
      top: 0;
    width: 100%;

    background-color: #ffff99;

    border-bottom: 1px solid #e5d310;
}

.announce_banner-message {
    margin: 0;
    padding: 8px;
    color: #a1a1a1;
    font-size: 0.9em;
    text-align: center;
}

.announce_banner-quote, 
.announce_banner-hashtag {
    color: #444444;
}

.announce_banner-hashtag {
    color: #55acee;
    font-weight: bold;
}