
/******* Notibar ********/
#notibar {
    background: rgba(234, 84, 85, 0.95);
    color: #fff;
    padding: 1.0rem;
    width: 100%;
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid #BF4443;
}

#notibar p {
    font-size: 13px;
    margin-bottom: 0;
}

#notibar p a {
    font-size: 13px;
    color: #ffffff;
}

#notibar a.learn_more,
#notibar #resend_link_btn {
    padding: 0.1rem 1.3rem;
    background: #BF4443;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 0.7rem;
    border-radius: 1rem;
    font-size: 13px;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}

#notibar.unverified {
    font-size: 13px;
    background: rgba(167, 66, 92, 0.95);
}

#notibar.unverified a.learn_more {
    font-size: 13px;
    background: #96203E;
}
