

/* Start:/politika-konfidencialnosti/style.css?1756818392821*/
.table{
	border: 1px solid #eee;
	width: 100%;
	margin-bottom: 20px;
}

.table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}

.table td{
	padding: 5px 10px;
	border: 1px solid #eee;
	text-align: left;
}

.table tbody tr:nth-child(odd){
	background: #fff;
}

.table tbody tr:nth-child(even){
	background: #F7F7F7;
}

.table--tr-backlight tbody tr:hover {
	background: #E1EEFF;
}

p {
	text-indent: 20px;
}

.table--3k-pers thead th {
	vertical-align: middle;
	text-align: center;
}

@media (min-width: 920px) {
	.table--3k-pers td:nth-child(1) {
		width: 20%;
	}
	.table--3k-pers td:nth-child(2),
	.table--3k-pers td:nth-child(3) {
		width: 40%;
	}
}

.table-responsive {
	overflow-x: auto;
}

.table-responsive .table {
	min-width: 520px;
}

.italic {
  font-style: italic;
}
/* End */
/* /politika-konfidencialnosti/style.css?1756818392821 */
