
header, footer {
	display: none;
}

#snippet--content > *:not(.mainContent), nav.main .menu-bar
{
	display: none;
}
#nette-debug{
	display: none!important;
}

#snippet--content .mainContent .gallery{
	display: table-cell;
	/*border: 1px solid red;*/

}
#snippet--content .mainContent .gallery img{
	/*display: block;*/
	/*text-align: center;*/
	max-height: 300px;

}
.thumbnail a{
	display: block;
	margin: 5px;
}
.thumbnail{
	height: 300px;
	display: table-row;
}

.img-comment{
	/*border: 1px solid purple;*/
	display: block;
	margin: -45px auto;
}
