
/*notification bar*/
#notification-bar{
	width: 100%;
	background-color: #ff3c41;
	text-align: center;
	height: 55px;
	padding: 10px;
}
.notification-content p{
	font-size: 16px;
	color: white;
	text-align: left;
	margin-left: 30px;
}
.notification-content a{
	color: white;
	font-weight: 550;
	text-decoration: underline;
	margin-left:20px;
}
.notification-content br{
	display:none;
}
.notification-content span{
	color: white;
}

@media only screen and (max-width: 450px){
	#notification-bar{
		height: 150px;
	}

.notification-content p{
	font-size: 16px;
	color: white;
	text-align: left;
    
}
}
/*//notification*/