<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#celek {
	float: left;
	width: 150px;
	margin-left: 15px;
	height: 150px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
/*-------akce------*/
div.akce {
	font-size: 12pt;
	float: left;
}
div.akce a {
	font-size: 12pt;
	color: Green;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
div.akce a:hover {
	text-decoration: underline;
	color: #FFD700;
}
/*-------kdy-------*/
div.kdy {
	float: left;
	font-size: 10pt;
}
/*-------img-------*/
div.img {
	float: left;
}
/*------nahled-----*/
.nahled {
	border: none;
}

/** NOVA ZONERAMA **/
.album {
    display: inline-block;
    width: 260px;
    margin: 10px;
    text-align: left;
}
.album-details {
    font-size: 10pt;
    line-height: 1.8;
}
.galerie-btn {
    background-color: #006600;
    border: 1px solid #006400;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    margin: 2px;
    padding: 6px 15px 6px 15px;
    font-family: sans-serif;
}
.galerie-btn:hover {
    text-decoration: none;
    color: white;
    background-color: #003300;
}</pre></body></html>