
/* some generic defaults */
body, html {
	height: 100%;
}
body {
	font: 100% sans-serif;
	background-color: #white;
}
div, form, html, body {
	margin: 0;
	padding: 0;
}
/* end of some generic defaults */

.tlapka_logo {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-variant: small-caps;
	font-weight: 900;
	font-family: serif;
	width: 21em;
}

.tlapka_logo .tlapka {
	font-size: 300%;
	margin-bottom: 0;
	display: block;
	width: 7em;
	border-bottom: 1px solid black;
}

.tlapka_logo .international {
	font-size: 120%;
	margin-top: 0;
	display: block;
	width: 17.5em;
}

