/* Start of CMSMS style sheet 'Formátování tabulek' */
table,th,td	{
	border-collapse:collapse;
	padding-top: 0.1ex;
	padding-right: 0.5ex;
	padding-bottom: 0.1ex;
	padding-left: 0.5ex;
}
table		{	}
table p {
	margin: 0px;
	padding: 0px;
}
caption		{
	text-align:left;
	font-weight:bold;
	color:black;
	padding-top: 1.5em;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;
}
tbody th {
	
}
tbody td {
	
}
thead, 
tfoot			{	color:white; }

/* End of 'Formátování tabulek' */

