.headerMessage {
	background-color: red;
	color: white;
	font-size: 16px;
	font-weight: bold;
	left: 20%;
	opacity: 0.8;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	position: absolute;
	right: 20%;
	text-align: center;
	top: 0;
	width: 60%;
	z-index: 1031;
}