﻿body {
	color: black;
	max-width: 1024px;
	margin: auto;
	background-color: white;
}

.demo {
	width: 100vw;
	color: black !important;
	font-weight: 500;
	background-color: #C7C39D;
	border-top: 4px solid #002C73;
	max-width: 1024px;
	border-bottom: 4px solid #002C73;
	padding: 10px 10px 10px 10px;
}


.logo {
	padding: 5px 5px 5px 5px;
	max-width: 1024px;
}


.navigation {
	color: #C7C39D !important;
	font-weight: bold !important;
	width: 100%;
	background-color: black !important;
	border-top: 5px solid #CF323B !important;
	border-bottom: 4px solid #CF323B !important;
	line-height: 28px;
	max-width: 1024px;
}

/* black text, greay background, blue border */
.navigation {
	color: black !important;
	font-weight: bold !important;
	width: 100%;
	background-color: #C7C39D !important;
	border-top: 5px solid #002C73 !important;
	border-bottom: 4px solid #002C73 !important;
	line-height: 28px;
	max-width: 1024px;
}


.content {
	white-space: pre-wrap;
	/*	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
*/ word-wrap: break-word;
	white-space: normal;
}

.register {
	display: block;
	height: 25px;
	background: #f1f1f1;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #e1e1e2;
	color: #000;
	font-weight: bold;
}

.footer {
	width: 100vw;
	color: black;
	background-color: #C7C39D;
	border-top: 4px solid #002C73 !important;
	max-width: 1024px;
}
