/* o-nas.publikace.css */

@media screen {
	
	/* PUBLIKACE */
	
	#seznam-table table {
		margin-top: 20px;
		border: none !important;
		width: 100%;
	}
	
	#seznam-table table td {
		vertical-align: top;
		text-align: left;
		margin: 0px 0px 20px 0px !important;
		padding: 0px 20px 30px 0px;
		border: none !important;
	}
		
	#seznam-table table h4 {
		margin-top: 0px;
	}
	
	#seznam-table table p {
		padding: 0px;
		margin: 10px 0px 2px 0px;
	}
	
	#seznam-table table img {
		padding: 1px;
		border: 1px solid #D1DAD9;
	}

}
