﻿/* - zápatí */
.zapatiObal {
	font-family: "-apple-system",BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
}

.zapati {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: white;
	font-size: 0.8em !important;
	border-top: 2px dotted gray;
	border-bottom: none;
	padding: 5px 0;
	text-align: center;
}

	.zapati .container {
		width: 1000px;
		margin: 0 auto;
	}

	.zapati .copyright {
		float: left;
	}

	.zapati .verze {
		margin-left: 30px;
	}

@media (max-width:992px) {
	.zapati .copyright {
		float: none;
		text-align: center;
	}
}

.zapati .links {
	float: right;
}

	.zapati .links a {
		text-decoration: none;
		color: black;
		margin: 0;
		padding: 0 15px;
		border-right: 1px solid gray;
	}

.zapati a:active, .zapati a:focus, .zapati a:hover {
	color: #0065a4;
}

.zapati .links a:last-child {
	border-right: none;
	padding-right: 0px;
}
