<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content h2 {
  padding-top: 10px;
}
.dsrozcestnik__main {
    float: left;
    width: 1000px;
    margin-left: -20px;
    margin-bottom: 20px;
}

.dsrozcestnik__vizual {
    width: 180px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    height: 120px;
    background-image: url('/images/1px_grey.png') no-repeat;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 180px 120px;
    transition: all 0.5s ease;    
}

.dsrozcestnik__vizual:hover {
    transition: all 0.5s ease;
    background-size: 200px 140px;
    background-position: -10px -10px;
}

.dsrozcestnik__vizual--nadpis {
    margin-left: 20px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.dsrozcestnik__druhauroven {
    float: left;
    width: 160px;
    background-color: #EBEBEB;
    height: 160px;
    text-align: center;
    padding: 10px;
    line-height: 160px;
}
.dsrozcestnik__druhauroven--flex {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
















.jumbotron{
  margin-bottom: 0px;
}

.jumbotron .logo {
  width: 15%;
  margin-top: -1.5%;
  float: left;
}

.download{
  text-align: center;
}

footer{
  padding: 20px;
  margin-top: 30px;
  background-color: #eee;
  color: #333;
  border-top: 1px #ccc solid;
}

.card {
  width: 100%;
  height: 300px;
}

.card-grid {
  width: 100px;
  height: 100px;
  margin: 20px;
  display: inline-block;
}

.card-grid .front, .card-grid .back {
  padding: 10px;
  text-align: center;
  border: 1px #333 solid;
}

.card-grid .front {
  background-color: #eee;
}

.card-grid .back {
  background-color: #333;
  color: white;
}

.card .front{
  text-align: center;
  font-size: 30px;
  font-weight: 200;
}

.card .back{
  text-align: center;
  font-size: 30px;
  font-weight: 200;
  background-color: #eee;
}

.download{
  background-color: #252525;
  padding: 20px;
}

.card img{
  width: 100%;
  height: 100%;
}
.card &gt; .back{
  word-wrap: break-word;
}
.margin-top{
  margin-top: 10px;
}

.col-md-6 button.btn-primary {
  float: left;
  width: 35%;
  margin: 2px 8px 0 0;
}
.table-wrapper{
  overflow-x: scroll; 
}



div.card {
    width: 180px;
    height: 180px;
    float: left;
    margin-left: 20px;
}
.card div a {
    color: #464646;
}




</pre></body></html>