.hc {
	display: inline-block;
}
.mi {
	display: inline-block;
	width: 23%;
	border: 1px solid transparent;
}
.mia {
	display: block;
	text-align: center;
	font-variant: small-caps;
	font-size: 1.3em;
}
h1 {
	font-size: 1.75em;
}
h1 > small {
	font-size: 75%;
}
body {
	font-family: "Raleway", sans-serif;
	color: white;
	background-image: url("bgr.png");
	background-repeat: repeat;
}
a:link, a:visited, a:active {
	color: #5bc0de;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.cp:link, a.cp:visited, a.cp:active {
	color: #e60039;
}
.mia:hover {
	text-decoration: none;
}
.mi:hover {
	border: 1px solid lightgrey;
	border-radius: 3px;
}
header {
	max-height: 100px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.b {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#nm {
	margin-left: 30px;
	margin-right: auto;
	width: 512px; /*fallback for <CSS3*/
	width: calc(100% - 420px);
}
.fa {
	font-size: 90%;
}
#ls {
	margin-left: 10px;
}
#lf_en, #lf_cs {
	padding: 2px;
}
.fd {
	width: 96;
	margin-left: auto;
	margin-right: auto;
}
.ft {
	text-align: center;
	font-size: smaller;
}
#br {
	width: 340px;
}
img {
	display: block;
}
#hdi {
	max-width: 600px; /*fallback*/
	max-width: calc(80%);
	margin-left: auto;
	margin-right: auto;
}