﻿body {
	color: black;
	max-width: 1024px;
	margin: auto;
	background-color: white;
}

.w3-blue {
	/* dark blue */
	background-color: #363C76 !important;
}

.w3-yellow {
	/* yellow-orange */
	background-color: #FFD007 !important;
}

.w3-border-yellow {
	border-color: #FFD007 !important;
}

.demo {
	width: 100vw;
	color: #FFD007 !important;
	background-color: #363C76;
	border-top: 4px solid black;
	max-width: 1024px;
	border-bottom: 4px solid black;
	padding: 10px 10px 10px 10px;
}

.logo {
	padding: 5px 5px 5px 5px;
	max-width: 1024px;
}


.navigation {
	color: #FFD007 !important;
	font-weight: bold !important;
	width: 100%;
	background-color: #363C76 !important;
	border-top: 5px solid black !important;
	border-bottom: 4px solid #FFD007 !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;
}


.footer {
	width: 100vw;
	color: #FFD007;
	background-color: #363C76;
	border-top: 4px solid black;
	max-width: 1024px;
}

.register {
	display: block;
	height: 25px;
	background: #f1f1f1;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #e1e1e2;
	color: #000;
	font-weight: bold;
}