﻿.null{
	
}

.frag1 {	
	text-align: left;
	color: #000;
	font-variant: normal;
	font-size: .95em;
	line-height: 1.8em;
	display: inline-block;
	vertical-align:top;
	padding: .5% 1% .5% 0%;
}

	
.zach {
	font-family: 'poluustavregular1', Arial, Verdana, san-serif;
	font-size: 1em;
	text-align: center; 
	color: #777;
	cursor: pointer;
	height: 100%;
	z-index: 2;
	display:inline-block;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: clip;
	overflow:hidden;
	padding-top: .75vh;
}	

.andzach{
	height: 1.7em;
	background: #F5DEB3; 
	overflow:hidden;
}

.prezach, .frag {
	font-family: 'poluustavregular1', Arial, Verdana, san-serif;
	text-align: left;
	color: var(--main-color);
	font-variant: small-caps;
	font-size: 1.2rem;
	1line-height: 1.8em;
	display: inline-block;
	padding: 0vh .5vh 0vh 0vh;
	vertical-align: middle;
}

 .frag {
	color: #000;
	font-variant: normal;
	padding: 0vh 1.5vh 0vh 0vh;
 }


.zach:first-letter{
	1color: var(--main-color); 	 
 }
 
.spoiler_zach{
	background: linear-gradient(to top, #FFF8DC 0%, #fff 30%, #fff 70%, #FFF8DC 100%);
    background: -webkit-linear-gradient(top, #FFF8DC 0%,#fff 30%,#fff 70%,#FFF8DC 100%);
    background: -o-linear-gradient(top, #FFF8DC 0%, #fff 30%, #fff 70%, #FFF8DC 100%);
    background: -ms-linear-gradient(top, #FFF8DC 0%, #fff 30%, #fff 70%, #FFF8DC 100%);
    background: linear-gradient(top, #FFF8DC 0%, #fff 30%, #fff 70%, #FFF8DC 100%);
	
}

.txtbbl{
	font-family: 'akathistos';
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 1% 0% 0% 0%;
	text-align: justify;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}

.buttMin, .buttMax{
	font-family: Arial, Verdana, san-serif;
	font-size: 1em;
	width: 9.5%;
	background: #F5DEB3; 
	text-align: center;
	1border-radius: 7px;
	cursor: pointer;
	color: var(--main-color);
	-webkit-user-select: none;
	z-index: 3;
	vertical-align: center;
	height: 100%;
	overflow:hidden;
	vertical-align: top;
    background: -webkit-linear-gradient(left, #fce5ba 0%,#F5DEB3 100%);
}



.cifra{
	font-family: "Arial", Arial, sanserifserif;
	font-size: 70%;
	color: var(--main-color);
}


.xep1{
	box-sizing:border-box;
	width: 25px;
	height: 25px;
	margin: -25px 0 0 0 ;
	position: absolute;
	right: 0px;
	color: var(--main-color);
	border-top: 11px  solid #f8ebd3;
	border-bottom: 11px solid #f8ebd3;
	border-right: 4px solid #f8ebd3;
	border-left: 4px solid #f8ebd3;
    background: var(--main-color);
	z-index: 3;
	display:none;
	cursor: pointer;
}


.xep{
	box-sizing:border-box;
	width: 100%;
	height: 25px;
	margin: -25px 0 0 0 ;
	position: absolute;
	right: 0px;
	color: var(--main-color);
	border-top: 12px  solid #f8ebd3;
	border-bottom: 12px solid #f8ebd3;
	border-right: 4px solid #f8ebd3;
	border-left: 4px solid #f8ebd3;
    background: #682001;
	opacity: 0;
	z-index: 3;
	display:none;
	cursor: pointer;
}