/** CSS style for Typro Tests
 *
 * @author		Jan Pecha, <janpecha@email.cz>
 * @version		2012-05-06-1
 */

#wrapper {
	margin: 1em auto;
	max-width: 1024px;
}

#footer {
	border-top: 1px solid silver;
	padding-top: 1em;
	margin-top: 4em;
	font-size: 90%;
	clear: both;
}

h2 {
	border-top: 1px solid silver;
	padding-top: 0.4em;
	margin-top: 1em;
}

h2.no-border {
	border: none;
	padding-top: 0;
	margin-top: 0;
}

.test-menu {
	line-height: 2.4em;
}

.test-menu a {
	padding: 0.5em 1em;
}

.test-menu a:hover {
	background: #eee;
}

.test-ontop {
	font-size: 60%;
	vertical-align: top;
}

