#recent_discussion h5 #plusSymbol,header nav #smallMenuExtender{display:none;position:relative}@media screen and (max-width:800px){#recent_discussion #recentPosts,#recent_discussion .close_window,header #n1 ul{display:none}#recent_discussion h5 #plusSymbol{display:inline;padding-left:1em;font-size:1.5em;bottom:0;vertical-align:bottom}header #logo{font-size:2em}header #logo #languages{font-size:40%;padding:1em}.border-menu,header nav #smallMenuExtender{padding-left:1.25em;position:relative}header nav #smallMenuExtender{display:inline;left:.5em;cursor:pointer;word-spacing:.7em;font-size:1em;font-weight:700}header nav #smallMenuExtender:before{content:"";position:absolute;left:0;top:.25em;width:1em;height:.15em;background:#000;box-shadow:0 .35em 0 0 #000,0 .7em 0 0 #000}header #logo #languages p{display:inline-block;position:relative;top:-3ex;float:right;margin-left:.8ex}nav ul li a{padding:1.8ex;margin:0;font-size:90%}nav ul li{line-height:1.2em;float:none}nav ul li:first-child{padding:0 .3em}.searchbox form .search{width:66.5%}#userInfo div{font-size:small;width:90%;padding:0;margin:5% auto}#similar_pages ul,#userInfo #userInformationShow ol{padding-left:2em;margin:0}#userInfo .close_window{right:0!important;left:auto!important}#biotopePicture,#profilePicture{max-width:100%;padding:0;margin:0}#article_content p a,.commentAnswer a,.commentContent a{ms-word-break:break-all;word-break:break-all}#related_articles ul{max-width:100%}#related_articles ul li{vertical-align:top;max-width:32%;display:inline-block;padding:.5ex;text-align:left;font-size:small}.searchRes{display:none!important}#searcherDB #searchME,#searcherDB fieldset{min-width:95%}#searcherDB #searchME{width:100%!important}}@media screen and (max-width:400px){header #logo{font-size:1.5em}header #logo #languages{font-size:40%}}
/*uputavka, ale nie cervenym pismom*/
.uputavka {
	padding: 1.5em;
	margin: 0;
	/*color: #0008fb;*/
	/*font-weight: bold !important;*/
	border: solid 1px #A6A77B;
	background-color: #F3F5BB;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
	text-align: center;
	font-size: medium;
	line-height: 1.3em;
}
#comments>#cmtPlaceholder {
	font-size: 1.4rem;
	line-height:2rem;
	font-weight: bold;
	cursor: pointer;
	color: #3a599d;
	transition-property: transform;
	transform: scale(1) rotate(0);
	transition: All 1s ease;
	-webkit-transition: All .5s ease;
	padding:0.5em;
	border-radius: 0.25em;
}
#comments>#cmtPlaceholder:hover {
	color:white;
	background-color: #3a599d;
}
#monteCarloSimulation {
	font-size:2.5rem;
	line-height:2.5rem;
	font-family:'logo_font',Helvetica,Verdana,sans-serif;
	text-decoration:none;
	color:red;
}
#monteCarloSimulation:hover,#monteCarloSimulationImg:hover {
	color:red;
	background-color: transparent;
}
#monteCarloSimulationImg {
	border-radius:1.25em;
	border:0;
	padding:0;
	margin:0;
	max-width:99%;
}
.specLinkBn:hover {
	padding:0;
	margin:0;
	background-color: transparent;
}
@media screen and (max-width:768px){
	#monteCarloSimulation {
		font-size:1.5rem;
		line-height:1.5rem;
	}
	#monteCarloSimulationImg {
		border-radius: 0.25em;
	}
	.trInArticle {
		display:grid;
		text-align: center;
	}
}