body, div, p, a, ul, li, h1, h2, h3, h4, img, input, form { margin: 0px; padding: 0px; }

body, html {
	background-color: #224E80;
	text-align: center;
	font-size: 30px;
}
a { color: #FFF; text-decoration: none; }
table {
	border-collapse: collapse;
}
p.admin_note {
	color: #FFF !important;
	font-size: 16px;
}
.logmein {
	display: none;	
}
.loggedin {
	display: none;
}
.headercontainer {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	border: 1px solid #000;
}
.header {
	height: 80px;
	font-weight: bold;
}
.logo {
	padding: 0px;
	margin: 0px;
	height: 80px;
	width: 80%;

}
.sketch {
	padding: 0px;
	margin: 0px;
	height: 80px;
	width: 10%;
}
.underline_header { clear: both; width: 90%; height: 1px; border-bottom: 1px solid #000000; position: relative; top: 0px; }
.menu { 
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #FFFFFF;
	border-bottom: 1px solid #000; 
}
.menu a { margin: 0px 0px 0px 10px; padding: 11px 10px 3px 10px; color: #000000; font-family: Verdana; font-size: 18px; text-decoration: none; }
.menu a:hover {background-color: #F60;}
.input { 
	margin-top: 10px;
	width: 98%;
	height: 40px;
	border: 1px solid #000;
}
.button {
	margin-top: 2px;
	width: 100%;
	height: 45px;
	font-size: 26px;
	font-variant: small-caps;
	text-align: center;
	background-color: #06C;
	color: #FFF;
}
.form {
	clear: both;
	display: inline;
	float: right;
	margin: 10px 15px 0px 0px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}
a.clear_search, clear_search:visited { color: #FFF; text-decoration: underline; margin-left: 20px; }

input[type=checkbox] {
	/* Double-sized Checkboxes */
	-ms-transform: scale(2); /* IE */
	-moz-transform: scale(2); /* FF */
	-webkit-transform: scale(2); /* Safari and Chrome */
	-o-transform: scale(2); /* Opera */
	margin-left: 10px;
}
.dataheader {
	clear: both;
	padding-left: 10px;
	padding-top: 5px;
	text-align: left;
	font-size: 23px;
	font-weight: bold;
	color: #FFF;
}
.leftdata {
	background-color: #0B2D53;
	color: #FFF;
	text-align: left;
	font-weight: normal;
	font-size: 20px;
}
.datafirstlang {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
.datasecondlang {
	margin: 0px;
	padding: 0px;
}
a.answer, answer:visited { color: #DDD; text-decoration: underline; }
.block {
	background-color: #224E80;
	border: 1px solid #0B2D53;
	padding: 0px 5px 0px 5px;
	font-size: 30px;
	font-variant: small-caps;
}
.blackborder {
	border: 1px solid #000;
}
.detailbox {
	background-color: #FFF;
	border: 1px solid #224E80;
	font-size: 18px;
	text-align: left;
}
.detailbox_colheader {
	font-weight: bold;
	font-size: 25px;
	text-align: left;
	font-variant: small-caps;
	background-color: #9BBBDF;
 	border-bottom: 1px solid #000;
}
.detailbox_translation {
	font-weight: bold;
	font-size: 25px;
	text-align: left;
	background-color: #FFF;
 	border-bottom: 3px solid #000;
}
.trans_example {
	font-style: italic;
	text-indent: 10px;
}
.headingblock {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 1.1em;
	padding: 1px 5px 1px 5px;
}
p.text {
	padding: 0px 5px 0px 5px;
	margin: 0px;
}
.resultsandpages {
	margin-bottom: 1px;
	padding: 0px;
	background-color: #0B2D53;
	border: 1px solid #000;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #FFF;
	text-align: center;
}
.resultsandpages a {
	color: #DDD;
}
.results {
	font-size: 0.7em; 
	color: #AAA;
}
.footer {
	background-color: #0B2D53; 
	border-top: 1px solid #000;
	color: #DDD;
	font-size: 20px;
	text-align: center;
	padding: 10px 10px 20px 10px;
	margin-top: 20px;
}
.footer a {
	text-decoration: underline;
}
.socialmedia {
	display: none;	
}