@charset "utf-8";

/* CSS Document */

#ft {
	width: 100%;
	overflow: hidden;
}

#ft .element {
	width: 100%;
	overflow: hidden;
	padding-bottom: 0px;
	border-bottom: 1px dotted #666;
	margin-bottom: 30px;
}


#ft .element img.thumbph  {
	/* width: 270px; */
}

#ft .element strong {
	font-weight: bold;
}

#ft .red {
	color: #c43131;
	font-weight: bold;
	font-size: 130%;
}

#ft .name {
	display: block;
	clear: both;
	font-weight: bold;
	font-size: 200%;
	margin-top: 30px;
}

#ft .status img {
	float: right;
	width: 100px;
}

#oranum-logo {
	float: right;
	width: 220px;
	height: auto;
	margin-left: 40px;
	margin-top: 70px;
}

.viewport720 {
	display: block;
}


/* mobilní verze */

/* prvky pro zobrazení menší než 768 : MOBIL VERZE */
@media screen and (max-width: 768px) {
	
#ft .element img {
	/* width: 130px; */
}

#ft .status {
	clear: both;
	margin-bottom: 5px;
	border-top: none;
}

#ft .status img {
	display: none;
}

#oranum-logo {
	float: right;
	width: 90px;
	height: auto;
	margin-left: 0px;
	margin-top: -30px;
}

.viewport720 {
	display: none;
}

}

