﻿body {
	color: white;
	max-width: 1024px;
	margin: auto;
	background-color: white;
}

.w3-blue {
	/* dark blue */
	background-color: #32436E !important;
}

.w3-yellow {
	/* yellow-orange */
	background-color: #C39A28 !important;
}

.w3-border-yellow {
	border-color: #C39A28 !important;
}

.navigation {
	color: #32436E !important;
	font-weight: bold !important;
	width: 100%;
	background-color: white !important;
	border-top: 8px solid #C39A28 !important;
	border-bottom: 4px solid #32436E !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;
}

.demo {
	width: 100vw;
	color: #32436E;
	background-color: white;
	border-top: 4px solid #C39A28;
	max-width: 1024px;
	border-bottom: 4px solid #C39A28;
	padding: 5px 10px 5px 10px;
}

.footer {
	width: 100vw;
	color: #32436E;
	background-color: white;
	border-top: 4px solid #C39A28;
	max-width: 1024px;
}