

/* Start:/politika-konfidencialnosti/style.css?17840325751317*/
.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;
}

ul.ul-org li::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #fe7f00;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
	left: 20px;
  top: 8px;
}

ul.ul-org li {
	position: relative;
  padding-left: 35px;
	margin-bottom: 10px;
}

ul.ul-org {
	margin-bottom: 24px;
}

.container h1 {
	font-size: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.container .h2 {
	margin-bottom: 18px;
	font-size: 24px;
}

.container .h3 {
	font-size: 20px;
}
/* End */
/* /politika-konfidencialnosti/style.css?17840325751317 */
