.newsbanner {
	padding: 4px;
	font-size: 12px; 
	border-bottom: 1px solid #1f9dd9; 
	text-align: center; 
	position: fixed; 
	background-color: #1f9dd9; 
	width: 100%;
	z-index: 999;
	color: #fff;
	text-align: center;
	display: none;
	top: 0px;
}

.newsbanner * {
	color: #fff;
}

.newsbanner div {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.newsbanner span {
	text-align: center;
	flex: 1;
	padding-left: 30px;
}

.newsbanner a.close {
	padding: 5px 10px 5px 10px; 
	border-radius: 5px;
	display: inline-block; 
	margin-left: 10px; 
	text-decoration: none; 
}