#item-list-header {
  margin-bottom: 50px;
}
#search-box {
	width: calc(100% - 20px);
	border: 0;
	padding: 10px;
	font-size: 20px;
	border-radius: 5px;
	background-color: #f2f2f2;
	outline: none;
}
#search-form {
	margin-bottom: 30px;
}
.filtr-popisek, .filtr-linky {
	float: left;
}
.filtr-popisek {
	width: 145px;
	color: #404040;
	font-weight: bold;
}
.filtr-linky {
	width: calc(100% - 145px);
}
.filtr-box {
	margin-bottom: 15px;
	padding-top: 5px;
	border-top: 1px solid lightgray;
}
.filtr-linky a {
	padding: 5px;
    margin: 2px 0px;
    border-radius: 3px;
    background-color: #01357e;
    color: white !important;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}
.filtr-linky a:hover {
	background-color: #01204c;
}
#vysledek-bublina {
	padding: 30px;
	color: #404040;
	border-radius: 5px;
	background-color: lightyellow;
	font-size: 18px;
}
#back-link {
	padding: 20px;
    text-decoration: none;
    border-radius: 5px;
    background-color: #01357e;
    color: white !important;
    box-shadow: 0 0 10px lightgrey;
    display: inline-block;
    font-weight: bold;
    transition: all 0.3s;
}
#back-link:hover {
	background-color: #01204c;
}
.polozka {
  padding: 30px;
  background-color: white;
  box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
  margin: 20px 0;
  border-radius: 10px;
}