html, body {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}

body {
	background-color: black;
	color: white;
	
	font: message-box;
	font-family: Arial, Helvetica, sans-serif;
}

:focus {
	outline: 0px;
}

footer {
	text-align: center;
}

ul {
	padding-left: 5px;
	margin-bottom: 5px;
}

li {
	list-style: none;
}

.flexbox {
	display: flex;
}

.flextitle {
	flex: 35;
}

.flextitleempty {
	flex: 5;
}

.flextitleemptygap{
	height: 41px;
}

.smallflextitleempty {
	flex: 2.5;
}

.flextitletab {
	flex: 10;
	
	font-size: 1.5em;
	text-align: center;
}

.emptyfill {
	height: 100%;
	width: 100%;
}

.titletab {
	margin-top: 10px;
	
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.flextitletab:hover .titletab {
	margin-top: 2px;
	padding-top: 8px;
}

.flextitletab:hover .tabhoverred {
	background-color: #200000;
}

.flextitletab:hover .tabhovergreen {
	background-color: #002000;
}

.flextitletab:hover .tabhoverblue {
	background-color: #000030;
}

.wideflexempty {
	flex: 77.5;
}

.round {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	padding: 5px;
}

.roundinner {
	padding: 5px;
}

.leftround {
	border-top-left-radius: 25px;
}

.rightround {
	border-top-right-radius: 25px;
}

.bottomleftround {
	border-bottom-left-radius: 25px;
}

.bottomrightround {
	border-bottom-right-radius: 25px;
}

.dividerline {
	height: 5px;
}

.belowdividerline {
	height: 5px;
	position: relative;
	display: inline-block;
	float: right;
}

.blackback {
	background-color: #000000;
}

.darkgrayback {
	background-color: #202020;
}

.darkredback {
	background-color: #500000;
}

.darkgreenback {
	background-color: #004000;
}

.darkblueback {
	background-color: #000050;
}

.grayback {
	background-color: #404040;
}

.dropdown:hover #dropdownButton {
	color:lightgray
}

.dropdown:hover .dropdownContent {
	display: flex;
}

.dropdown {
	position: relative;
	display: inline-block;
	float: right;
}

.dropdownContent {
	display: none;
	position: absolute;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	right: 0;
	padding: 2px;
}

#dropdownButton {
	text-decoration: underline;
}

.code{
	font-family: "Monaco", Courier, monospace;
}

h1 {
	font-family: "Lucida Console", Courier, monospace;
	font-size: 1.65em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	padding-left: 30px;
}

h2 {
	padding: 10px;
	padding-left: 30px;
	margin: 0px;
}

h3 {
	padding: 10px;
	margin: 0px;
}

p {
	margin: 0px;
	padding: 5px;
}

a:link {
	color:white
}

a:visited {
	color:white
}

a:active {
	color:gray
}

a:hover {
	color:lightgray
}

button {
	background: none!important;
	border: none;
	padding: 0!important;
	background-color: none;
	
	color: white;
	padding: 20px 34px;
	text-align: center;
	text-decoration: underline;
	display: inline-block;
	font-size: 1.0em;
	margin: 4px 2px;
	cursor: pointer;
}

input {
	background: none!important;
	border: none;
	padding: 0!important;
	background-color: none;
	
	color: white;
	padding: 20px 34px;
	display: inline-block;
	font-size: 1.0em;
	margin: 4px 2px;
	cursor: pointer;
}

button:active {
	color:gray
}

button:hover {
	color:lightgray
}

.column {
	flex: 1;
	margin-left: 15px;
	margin-right: 15px;
	padding: 5px;
	width: 33.33%;
}

.columnleft {
	flex: 1;
	margin-left: 0px;
	margin-right: 15px;
	padding: 5px;
	width: 33.33%;
}

.columnright {
	flex: 1;
	margin-left: 15px;
	margin-right: 0px;
	padding: 5px;
	width: 33.33%;
}

.columnonly {
	flex: 1;
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	width: 33.33%;
}

.floatright {
	float: left;
}

.floatright {
	float: right;
}

.fullwidth {
	width: 100%;
}

.biglinkico {
	width: 32px;
	height: 32px;
	margin-right: 15px;
}

.linkico {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.pagecontent {
	padding: 10px;
	margin-bottom: 30px;
}

#linkcontent {
	overflow: hidden;
	margin-bottom: 30px;
	
	display: flex;
}

#optionslink {
	padding: 10px;
}

#columncontent {
	overflow: hidden;
	padding: 10px;
	margin-bottom: 5px;
	
	display: flex;
}

.show {display:block;}

.imgSizedBox {
	position: relative;
}

.imgSizedBoxContent {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; left: 0;
}

iframe {
	width: 100%;
	height: 100%;
}
