@import url('fonts.css');
@import url('layout.css');

body {
	font-family: Linux Biolinum Regular;
}

.invisible {
	display: none;
}

.padded-left {
	padding-left: 10px;
}

.padded-right {
	padding-right: 10px;
}

h1, h2 {
	font-weight: normal;
}

h2.content {
	margin-top: 0ex;
	padding: 6px;
	background: #55B05A;
	color: white;
	font-family: Linux Biolinum Regular Bold;
}

#menu h2 {
	margin-top: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}

#menu {
	float: left;
	position: relative;
	bottom: 0;
	max-width: 30%;
	height: 100%;
	overflow: auto;
}

#content {
	position: relative;
	bottom: 0;
	height: 100%;
	overflow: auto;
}

.screenshot {
	display: block;
	text-align: center;
	margin: 1ex auto;
}

p {
	text-align: justify;
}

#back {
	height: 2.5ex;
	vertical-align: text-bottom;
	padding-right: 0.5em;
}
