<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#map_canvas {
    width:100%;
    height:400px;
}
.portfolio-post a {
    text-decoration:none;
}
form.searchform {
    width:70%;
}
#s {
    width:160px;
    margin-left:10px;
    margin-bottom:10px;
}
/*nav  {
  clear:both;
} */
/*.sf-menu a {
  max-width:80px;
  height:30px;
  text-align:center;
} */
#sidebar h3 {
    background-color: silver;
}
.left {
    float:left;
    margin-right:20px;
}
.right {
    float:right;
    margin-left:20px;
}
ul.articles-list {
    list-style:none;
}
ul.articles-list li {
    
    padding-top:20px;
    display:block;
    width:42%;
    float:left;
    min-height: 200px;
    margin-right:4%;

}
ul.articles-list li a {

    text-decoration:none;
}
div.lang {
    float:right;

}
a.cs {
    background: url("/images/cz.png") 0px 0px no-repeat;
    background-size: 25px;
    width:30px;
    height:35px;
    display: inline-block;

}
a.cs span {
    display:none;
}
a.de {
    background: url("/images/de.png") 0px 0px no-repeat;
    background-size: 25px;
    width:30px;
    height:35px;
    display: inline-block;

}
a.de span {
    display:none;
}
.img-float-left {
    margin-right: 10px;
    float: left;
    display:block;
}
span.anotace {
    text-align:center;
    display:block; 

}
.img-float-right {
    margin-left: 5px;
    float: right;
}

a.i {
    text-decoration:none;
}
label.c1, label.c2, label.c3,label.c4,label.c5 {
    color:black;
    width:80%;
    padding: 2px;
    display: inline-block;
}

label.c1 {
    background-color:#01bf00;
}
label.c2 {
    background-color:#ffed5c;
}
label.c3 {
    background-color:#ff776b;
}
label.c4 {
    background-color:#6b98ff;
}
label.c5 {
    background-color:#cda07b;
}
label.c1 input, label.c2 input, label.c3 input,label.c4 input, label.c5 input{
    margin:6px 4px 8px 4px;
    display:block;
    float:left;
}
label.c1 span, label.c2 span, label.c3 span,label.c4 span, label.c5 span {
     margin:3px 3px 0px 0px;
    display:block;
    float:left;
    width:80%;
}</pre></body></html>