body {
	font-family: "Georgia";
	margin: 0px;
	background-color: #F0F3F8;
	//#F7E8EF;
	font-size: 16px;
}

div.header {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #000;
	box-sizing: border-box;
}

div.sitetitle {
	width: 100%;
	max-width: 1410px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
	font-size: 36px;
	box-sizing: border-box;
	font-weight: bold;
}

div.sitetitle a {
	color: #FFF;
	text-decoration: none;
	font-family: "Arial";
}

div.subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #FDE3C9;
	font-family: "Arial";
}

div.banner {
	width: 100%;
	height: 50px;
	background-image: url('img/wtcbann.jpg'); 
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 1px solid red;
}

div.simulator, div.artbody {
	width: 100%;
	max-width: 1410px;
	margin-left: auto;
	margin-right: auto;
}

div.artbody {
	background-color: white;
	padding: 20px;
	border-radius: 6px;
	box-sizing: border-box;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 150%;
}

div.artbody img {
	margin-right: 10px;
	margin-bottom: 3px;
}

div.artbody .language-js {
	font-size: 14px;
}

h1 {
	font-family: "Arial";
	font-size: 36px;
}

div.control {
	text-align: right;
	margin-left: 5px !important;
}

div.white {
	background-color: white;
	border-radius: 3px;
	padding: 8px;
	padding-left: 12px;
	padding-right: 12px;
}

div.control div {

}

.category {
	font-weight: bold;
	font-size: 12px;
	margin-top: 15px;
	background: linear-gradient(to right, #dda 0%,#553 100%);
	color: white;
	padding: 2px;
}

td.edesc {
	font-size: 14px;
}

td.eunit {
	text-align: center;
	font-size: 14px;
}

div.control td {
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

div.flex {
	display: flex;
	flex-wrap: wrap;
}

div.behind {
	background-color: #beb;
	background: linear-gradient(to bottom, rgba(187,238,187,0) 0%,#aab 100%);
	height: 100px;
	width: 100%;
	position: relative;
	top: -90px;
	z-index: -1;
}

div.graphics {
	
}

svg.tower {
	background-color: silver;
	box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.37);
	//transform: translateY(30px);
	margin-left: 40px;
	margin-right: 10px;
}

div.indicators {
	transform: translateY(-30px);
	color: #222;
}

div.inline {
	margin: 20px;
	height: 460px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

}

div.indicator {
	margin: 10px;
}

div.ivalue {
	font-size: 48px;
	color: black;
	font-family: "Arial";
}

input {
	width: 70px;
}

.em {
	font-style: italic;
}

button {
	height: 30px;
	font-weight: bold;
}

div.articles {
	display: flex;
	flex-wrap: wrap;
	padding: 5px;
	margin-top: -20px;
}

div.articles a {
	display: block;
	width: 300px;
	margin-right: 30px;
	margin-left: 5px;
	margin-bottom: 30px;
	text-decoration: none;
	border: 1px solid transparent;
}

div.articles a:hover {
	border: 1px solid blue;
}

div.article {
	background-color: #ffffff;
	height: 450px;
	text-align: left;
	box-shadow: 0 0 30px rgb(0 0 0 / 20%);
	box-sizing: border-box;
}

div.article div {
	box-sizing: border-box;
}

div.article img {
	max-width: 100%;
	height: auto;	
	vertical-align: middle;
	box-sizing: border-box;
}

div.adate {
	color: navy;
	padding: 10px;
}

div.atitle {
	color: black;
	font-weight: bold;
	font-size: 28px;
	padding: 10px;
	text-decoration: underline;
	padding-top: 5px;
}

div.asubtitle {
	color: black;
	font-size: 14px;
	padding: 10px;
	padding-top: 0px;
}

.artbody table td {
	padding: 5px;
}

div.footer {
	background-color: #06436C;
	width: 100%;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 150%;
}

div.footer_center, div.articles {
	max-width: 1410px;
	margin-left: auto;
	margin-right: auto;
}

div.footer table {
	width: 100%;
}

div.footer table td {
	text-align: center;
}

.footer, .footer a {
	color: silver;
	text-decoration: none;
}

.footer a:hover, p.historyp a:hover {
	text-decoration: underline;
}

