/* @override http://www.flaga.apilot.cz/css/global/wysiwyg.overwrite.css */

/* @group wysiwyg-visual-help */

h2, h3, h4, h5, h6, p, address, pre, ul, ol {
	border: none;
}

h2, h3, h4, h5, h6, p, address, pre {
	padding: 0;
}

table tr td {
	padding: 0;
}

/* @end */

/* @group wysiwyg-classes */

.plovouci-blok-vlevo img, .plovouci-blok-vpravo img {
	display: block;
}

table.tabulka-format {
	width: 100%;
}

table.tabulka-format tr td, table.tabulka-format tr th, table.tabulka-format tr td table.tabulka-format tr td {
	padding: 2px 10px;
	border: 1px solid #cecece;
	color: #000;
}

table.tabulka-format tr td table tr td {
	padding: 0;
	border: none;
}

table.tabulka-format tr.table-first{
   background-color: #F5F5F5;	
}

table.tabulka-format tr.table-second{
   background-color: #e1dfdf;	
}

table.tabulka-format thead tr td, table.tabulka-format thead tr th {
	padding: 5px;
	background-color: #D20032;
	color: #fff;
}

.more {
	white-space: nowrap;
	text-decoration: none;
}

.more .small {
	font-size: 60%;
}

.more em {
	font-style: normal;
	text-decoration: underline;
}

.more em:hover {
	cursor: pointer;
	text-decoration: none;
}

/* @end */