.otvoreniPodatciTextTop {
	text-align: center;
	max-width: 800px;
	position: relative;
    margin: 20px auto 0;
}

.centerTextTop {
	position: absolute;
	color: #6C96A6;
}

.otvoreniPodatci {
	max-width: 800px;
	position: relative;
	margin: auto;
}

.otvoreniPodatciSlika {
	position: absolute;
	# z-index: 1;
}

.otvoreniPodatciLinija {
	position: absolute;
	width: 100%;
	background-color: #6C96A6;
}

.otvoreniPodatciTextBottom {
	text-align: center;
	max-width: 800px;
	position: relative;
    margin: auto;
}

.centerTextBottom {
	position: absolute;
	color: #6C96A6;
}

.dot {
	border-radius: 50%;
	border: 2px solid #6C96A6;
	background-color: white;
	height: 8px;
	width: 8px;
	position: absolute;
	top: -3px;
}

.whiteSpace {
	position: absolute;
	width: 2%;
	background-color: white;
}