@media (max-width: 700px) {
	img { width: 100%; }
	textarea { width: 100%; }
}
body {
        font-family: "Merriweather", Helvetica, Arial, sans-serif;
        font-size: 1.2em;
	color: #444444;
	line-height: 1.5em;
	background-color: #fff;
}

h1, h2, h3, h4 {
	font-family: "Merriweather";
	font-weight: normal;
	color: #000000;
	position: relative;
}
h1 {
	line-height: 1.3em;
	color: #34abeb;

}
h2 {
	font-size: 1.4em;
	line-height: 1.3em;
	color: #2a8bbf;
}
h3 {
	font-size: 1.2em;
	color: #20678c;
}
h4 {
	font-size: 1em;
	color: #404040;
}
p {
	color: #214457;
}
ul {
        list-style-type: square;
	color: #214457;
}
ol {
	color: #214457;
}
li {
	color: #214457;
}
input, label, td, th {
	color: #214457;
}
td, th {
	font-size: 0.8em;
}
td {
	padding: 4px;
}
img {
	margin: auto;
	display: block;
}
hr {
	color: #DDDDDD;
}
select {
	margin-bottom: 2em;
	font-size: 1em;
}
blockquote {
	font-size: 0.8em;
	text-align: center;
	position: relative;
}

input[type="checkbox"] {
	margin-right: 1em;
}
input[type="radio"] {
	margin-right: 1em;
}

input[type="submit"] {
	padding-left: 3em;
	padding-right: 3em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	background-color: #777;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

input[type="submit"]#left {
	float: left;
	margin-right: 5em;
	padding-left: 3em;
	padding-right: 3em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	margin-top: 0.3em;
	margin-bottom: 1em;
	background-color: #5a97bc;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

input[type="submit"]#alt {
	background-color: #5a97bc;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

input[type="submit"]#contents {
	background-color: #2a8bbf;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}
input[type="submit"]#logout {
	padding: 0.4em;
	font-weight: bold;
	letter-spacing: 0.2em;
	background-color: #79c;
	color: #FFFFFF;
}
.container {
	max-width: 700px;
	padding-top: 1em;
	padding-left: 3em;
	padding-bottom: 2em;
}
.workshop {
	text-align: center;
	color: #003000;
	line-height: 1.7em;
}
.title {
	font-size: 1.1em;
	color: #000000;
	line-height: 2em;
}
table {
	border-collapse: collapse;
}
table, th, td {
	border: 1px dashed #7af;
}
table.login {
	border: 0px;
	border-color: #ffffff;
}
.backtocontents {
	position: absolute;
	top: 10px;
	left: 10px;
}
#logout {
	font-size: 0.6em;
	position: absolute;
	right: 1em;
}
#debug {
	position: fixed;
	bottom: 1em;
	right: 0.2em;
	font-size: 4em;
	font-weight: bold;
	color: #00529d;
	z-index: 2;
	opacity: 0.12;
}
#country {
	position: fixed;
	top: 1em;
	right: 0.2em;
	font-size: 4em; 
	font-weight: bold;
	color: #00529d;
	z-index: 2;
	opacity: 0.12;
}
#error {
	font-style: italic;
	color: #ab311f;
}
.textbox {
	background-color: #e0f4ff;
	padding: 1em;
	font-size: smaller;
}
#split {
	max-width: 700px;
	display: flex;
}
#left {
}
#right {
}
.nobord {
	border-style: none;
}
input[type=number] {
	width: 5em;
}
p strong {
	color: #2a8bbf;
}
.instruction {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 1em;
	font-size: 0.9em;
	text-align: center;
	color: #20678c;
}
.sources {
	font-size: 0.7em;
	line-height: 1.4em;
	padding-top: 1em;
}
