<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#mod_list {
}

#mod_list  ul#list {
	margin-top: 50px;
}
	/*
	#mod_list  ul#list li {
		width: 16%;
		text-align: center;
		float: left;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 20px;
	}
		#mod_list  ul#list li.count1 {
			margin-left: 0%;
		}
		#mod_list  ul#list li.count5 {
			margin-right: 0%;
		}*/
	#mod_list  ul#list li span {
		width: 100%;
		display: block;
		text-align: center;
	}
	#mod_list  ul#list li span.list-src {
	}
		#mod_list  ul#list li span.list-src img { width: 180px;  }
		
	#mod_list  ul#list li span.list-name {
		font-size: 24px;
		font-family: 'Raleway', serif;
		font-style: italic;
		font-size: 18px;
		text-transform: lowercase;
		margin-top: 25px;
		height: 60px
	}
	
#mod_list  .chranene-druhy {
	text-align: center;
	padding-top: 15px
}

	
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
	#mod_list  ul#list li span.list-src img { width: 150px;  }
}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (max-width: 767.98px){
}

/* Medium devices (tablets, 768px and up) */ 
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
}
</pre></body></html>