#notification-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 20px;
    margin-bottom: 15px;
    background-color: #FFF9B8;
    color: #333;
    border-bottom: solid #000000;
	padding: 10px;
    /* Commented out by Amleiva on 3/11/2020
     * padding: 5px 0 5px 0;*/
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

#notification-bar-inner.row { margin: 0; }

#notification-bar p {
    font-weight: normal;
    margin-top: 5px;
    margin-bottom:5px;
	padding: 20px;
}

#notification-bar.with-admin {
    position:fixed;
    top:28px;
}

#notification-bar a 
{
	text-decoration: underline;
}