/* PRINT */
	* {
		margin: 0;
		padding: 0;
	}
	body, table, th, td {
		font-family: "Verdana", sans-serif;
		font-size: 10pt;
		line-height: 14pt;
	}
	p, ul, h1, h2, table {
		margin-bottom: 12pt;
	}
	h1 {
		text-align: center;
		font-size: 12pt;
	}
	h2 {
		font-size: 12pt;
	}
	th, td {
		vertical-align: top;
		padding-top: 5pt;
		padding-right: 15pt;
		text-align: left;
	}
	th.title {
		border-bottom: 1px solid #ccc;
	}
	li {
		margin-left: 15pt;
		list-style-type: square;
		margin-bottom: 8pt;
		text-align: left;
	}
	ol li {
		list-style-type: decimal;
	}
	del {
		text-decoration: underline;
	}
	hr {
		height: 1px;
		border: none;
		border-top: 1px solid #000;
		background: none;
	}
	
	#AdvancedSearch, #AdvancedSearchOsoba, #AdvancedSearchSpolecnici {
		display: block !important;
	}
	col.edit-search {
		width: 0;
	}
	#SearchResults {
		margin-top: 20px;
	}
	.search-results {
		clear: both;
	}
	li.result {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
		border-bottom: 1px solid #000;
	}
		li.result-last {
			border-bottom: none;
		}
	.result-ord {
		float: left;
		margin-top: 8px;
		display: block;
	}
	.result-details {
		width: 100%;
		margin-top: 0;
		border-collapse: collapse;
	}

	.result-details td, .result-details th {
		border-bottom: 1px dotted #aaa;
		padding-right: 5px;
	}

	.result-details th {
		font-weight: normal;
	}

	table.list {
		width: 100%;
	}
	table.list.auto {
		width: auto;
	}
	table.list th, table.list td {
		border: 1px solid #aaa;
		padding: 5px;
	}
	
	.vypis-header {
		margin-bottom: 10pt;
	}
	table.vypis {
		width: 100%;
		border-collapse: collapse;
		table-layout: fixed;
		margin: 0;
	}
	table.vypis .vypis-row > th,
	table.vypis .vypis-row > td {
		padding: 2pt 5pt;
	}
	table.vypis .vypis-row-cell {
		border-bottom: 1px solid #000;
	}
	table.vypis .vypis-row-sub th {
		padding-left: 20pt;
	}
	table.vypis .nowrap {
		white-space: normal;
	}
	
	#scraped-vypis {
		padding-top: 1em;
	}
	#scraped-vypis table {
		width: 100%;
		border-bottom: 1px solid #000;
		border-collapse: collapse;
		margin-bottom: 5px;
	}
	#scraped-vypis .neplatne {
		text-decoration: underline;
	}
	#scraped-vypis .centerText {
		text-align: left;
		margin-top: 2em;
	}
	#scraped-vypis .centerText + .centerText {
		margin: 0;
	}
	#scraped-vypis hr {
		display: none;
	}
	
	.left {
		text-align: left !important;
	}
	.center {
		text-align: center !important;
	}
	.right {
		text-align: right !important;
	}
	.print {
		display: block;
	}
	.noprint {
		display: none;
	}
	.fl { float: left; }
	.fr { float: right; }
	.nowrap { white-space: nowrap; }
	.spisZn nobr { white-space: normal; }
	