
html, body{
  overflow:auto;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

#popis {
  top: 45px;
  margin:0 auto;
  z-index: 5;
  padding: 1cm;
  background-color: #FFFFFF;
  max-width: 1140px;
  min-width: 320px;
  min-height: 100%;
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
  font-size: 12px;
}

/* Styly pro obsah popisů v accordion */
.popis-content {
  font-size: 12px;
  padding: 1rem;
}

.popis-content h1 {
  font-size: 200%;
  border-bottom: 1px solid #3573AE;
  margin-left: 0;
}

.popis-content h2 {
  font-size: 140%;
  border-bottom: 1px solid #D8EEFF;
  cursor: pointer;
}

.popis-content p {
  font-size: 100%;
  text-align: justify;
}

/* Skryj h2, které se používá jako nadpis accordionu */
.popis-content h2:first-child {
  display: none;
}

#popis h1{
  font-size: 200%;
  border-bottom: 1px solid #3573AE;
  margin-left: 0cm;
  
}

#popis h2 {
    font-size: 140%;
    border-bottom: 1px solid #D8EEFF;
	cursor: pointer;
}

p {
    font-size: 100%;    
}

table { 
  color: #333; /* Lighten up font color */
  border-collapse: collapse; 
  border-spacing: 0; 
}

td, th { 
  border: 1px solid #CCC; 
  height: 30px; } /* Make cells a bit taller */

th {
  background: #FAFAFA; /* Light grey background */
  font-weight: bold; /* Make sure they're bold */
}

td {
  text-align: center; /* Center our text */
}

#loga th {
	border: 0px solid white;
	background: white;
	width: 25%;
}


.kalyTab {
  border-collapse: collapse;
  border-spacing: 0; 
  padding: 10px;
  width: 100%;  
}

.kalyTab th{
	text-align: center;
	background: #AB9772;
	border: #AB9772;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
}

.kalyTab td{
	text-align: left;
	padding-left: 10px;
}


.imageCard{
  width: 25%;
  display: inline-block;
}

.imageCard img{
    width: 100%;
}

.imageCard figure{
    margin: 10px; 
    border: solid grey 1px;
    padding: 4px;
    border-radius: 4px;
}

.imageCard footer{
  text-align: center;
  border-top: solid lightgrey 1px;
}