@import "https://websy.cz/css/design.css";
@import "https://websy.cz/css/respons.css";
@import "https://websy.cz/css/forms.css";
@import "https://websy.cz/css/websy-web.css?v=3";

@font-face {
  font-family: 'websy-web';
  src: url('../font/websy-web.eot?13906792');
  src: url('../font/websy-web.eot?13906792#iefix') format('embedded-opentype'),
  url('../font/websy-web.woff2?13906792') format('woff2'),
  url('../font/websy-web.woff?13906792') format('woff'),
  url('../font/websy-web.ttf?13906792') format('truetype'),
  url('../font/websy-web.svg?13906792#websy-web') format('svg');
  font-weight: normal;
  font-style: normal;
}


.box_content{
  max-width: 1000px;
}

h1, h2{
  text-align: left;
}

h1{
  margin-bottom: 20px;
}

h2{
  font-size: 28px;
  font-weight: normal;
  line-height: 150%;
  margin-top: 30px;
  margin-bottom: 20px;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  clear: both;
  margin-top: 0px;
}

p{
  padding-bottom: 0px;
}

.btn-img{
  height: 30px !important;
  width: auto !important;
  display: inline-block;
  margin-left: 5px;
  margin-top: -2px;
  margin-right: 5px;
  vertical-align: middle;
}

/*-------------------------------------------------------------------*/

td:first-of-type{
  padding-left: 0px;
}

td{
  padding: 7px 10px;
}

input, select{
  width: 300px;
}

form{
  max-width: 100%;
  margin: 0px;
  margin-top: 40px;
  font-size: 18px;
}

button{
  width: auto;
  font-size: 16px;
}