/* tooltip styling. by default the element to be styled is .tooltip  */
/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(./black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}
 
/* style the trigger elements */
#dyna img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}

.okno {display: none; }
.okno2{display: block;}

.kurziva {
  font-style: italic;
}

.vase_prispevky {
  color: #00AEEF;
  font-size: 1.0em;  
}

.modre_2em {
  color: #00AEEF;
  font-size: 1.1em;
}

.skryty {      
  display: none;
}

.eu-cookies { position: fixed; left: 0; bottom: 0; width: 100%; color: white; background-color: #484848; z-index: 1000; padding: 5px; text-align: center; font-size: 13px; font-weight:600; }
.eu-cookies button { float: none; margin: 0px 30px 0px 20px; padding:0 10px;
    width: 90px;
    height:30px;
    line-height:30px;        
    border: 1px solid #666666;
    cursor:pointer;        
    text-align:center; 
    color: #fff;
    background-color: #000;  
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);   
    border-radius: 3px;
}
.eu-cookies button:hover {
    border-color: #0EB2F0;
    color: #0EB2F0;
}