#content { padding-top: 0px }

main h1:first-child { margin-top: 0 }

img { width: 100% }

img#captcha { width: auto }

main { padding-left: 0px!important; padding-right: 0px!important }

p, table, h1.title, h2, h3, h4, h5, h6 { margin-left: 15px; margin-right: 15px }

iframe { width: calc(100% + 30px)!important; margin-left: -15px; }

#sb { 
  width: auto; 
  text-align: right; 
  height: 30px; 
  display: table; 
  float: right; 
}

#sb div, 
#sb .mailto { 
  display: table-cell!important; 
  vertical-align: middle!important; 
  padding: 0 10px!important; 
}

#sb iframe { 
  width: 100px!important; 
  margin-left: 0px; 
}

#sb .fb-like iframe { 
  width: 180px!important; 
}

#sb .mailto { 
  font-size: 0px; 
  color: #e55c53; 
  text-decoration: none;
  display: block!important; 
  position: relative; 
  margin-left: -35px; 
}

#sb .mailto:before { 
  font-size: 28px; 
}

#sb .mailto:hover, 
#sb .mailto:active { 
  text-decoration: none; 
  color: #e55c50; 
}

body {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center!important;
}

.parametry {
  display: table;
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
  font-size: 115%; 
}

.parametry td table tr td:first-child {
  font-weight: bold; 
}

.parametry>tbody>tr>td:first-child>table>tbody>tr:first-child td:first-child {
  font-size: 120%
}

.parametry td {
  vertical-align: top;
  padding: 5px;
}

@media screen and (max-width: 991px) {
  .parametry {
    margin: 0;
  }
  .parametry td {
    width: 100%;
    display: block; 
  }
}