﻿.notification-top-bar {
    //position: fixed;
    top: 0;
    left: 0;
    /*height: 40px;
    line-height: 40px;*/
    width: 100%;
    background: #9AA400;
    text-align: center;
    color: #FFFFFF;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 14px;
    margin-bottom: 10px;
}

    .notification-top-bar p {
        padding: 0;
        margin: 0;
    }

 .notification-top-bar p a {
    padding: 5px 10px;
    border-radius: 3px;
    background: #FFF;
    color: #1ABC9C;
    font-weight: bold;
    text-decoration: none;
    overflow-wrap: break-word;
 }
