.header
{
	margin-bottom: 2em;
	border-bottom: 1px solid #cccccc;
}

.ciphercontainer
{
	width: 80%;
	margin: auto;
	padding: 1em;
}
.ciphercontainer .cheader
{
	border-bottom: 1px solid #cccccc;
	position: relative;
}
.ciphercontainer .cheader h3
{
	font-size: 1.2em;
}
.ciphercontainer .cbody
{
	padding: 1em;
}
.ciphercontainer .cbody img
{
	display: block;
	margin: auto;
	max-width: 100%;
}
footer
{
	padding: 1em;
}
.ratings
{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.flag
{
	width: 1.5em;
	height: 1em;
	float: right;
	margin-left: 1em;
}
.flag.cz
{
	background-image: url('misc/cz.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.flag.en
{
	background-image: url('misc/uk.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.flag.universal
{
	background-image: url('misc/universal.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.star
{
	width: 1em;
	height: 1em;
	float: right;
	margin-left: 0.2em;
}
.star.on
{
	background-image: url('misc/star_on.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.star.off
{
	background-image: url('misc/star_off.png');
	background-repeat: no-repeat;
	background-size: contain;
}
.navlink
{
	display: block;
	margin-top: 20px;
	width: auto;
	height: 30px;
	line-height: 35px;
	padding: 0 1em;
}
.linksmall h2
{
	width: auto;
	display: inline-block;
}

.validation
{
	padding-top: 2em;
}

.result-container
{
	color: black;
	width: 100%;
	text-align: center;
	padding-top: 0.8em;
}
.result-container.fail
{
	color: red;
}
.result-container.ok
{
	color: green;
}
