.notification-bar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: none;
	background-color: #33763C;
	color: #fff;
	padding: 10px 0;
    margin-bottom: 20px;
}
.notification-bar-content {
	max-width: 1200px;
	margin: 0 auto;
}
.notification-bar-content p {
	margin: 0;
    text-align: center;
}
.notification-bar-content p a {
	color: #fff;
	text-decoration: underline;
}
.notification-bar-content p a:hover {
	color: #fff;
	text-decoration: none;
}