/* File: o-publikace.css */

@media screen {

	
	/* MAINCONTENT */
	
	table {
		margin-top: 20px;
		border: none !important;
	}
	
	table td {
		vertical-align: top;
		text-align: left;
		margin: 0px 0px 20px 0px !important;
		padding: 0px 20px 30px 0px;
		border: none !important;
		/*border: 1px dotted red !important;*/
	}
	
	table h4 {
		color: #263738;
		margin: 0px !important;
		padding: 0px !important;
	}
	
	table p {
		color: #1B2526;
	}
	
	table img {
		padding: 1px;
		border: 1px solid #D1DAD9;
	}
	
	table p a {
		color: #19757D;
	}
	
}