article {margin-top: 0;}

#hledani {
  background: #ececec;
  padding: 30px 15px 35px 15px;
  border: 2px solid;
}
#hledani h2 {margin-top: 0; font-weight: 600;}
#hledani #search {
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #5d5d5d;
  background: #fff url(/obrazek/3/hledat) no-repeat left center;
  padding-left: 40px;  
}
#hledani #result {
  width: 100%;
  display: none;
  margin-top: 20px;
}
#hledani #result thead {font-weight: bold;}
#hledani #result td {vertical-align: top; padding: 5px; font-weight: 600;}
#hledani #result thead {border-bottom: 1px solid #bfbfbf;}
#hledani #result tbody tr:nth-child(even) {background-color: #e2e2e2;}
#data {width: 100%; display: none;}

#hledani table.tabulka thead, table thead {background: none;}
#hledani table, #hledani tr {border: none !important;}

table {text-align: left;}

@media (min-width: 600px) {
  #hledani #result tr td:first-child {width: 30%;}
}

@media screen and (max-width: 600px) {
  table tbody td {
    display: table-cell;
  }

  table.tabulka tbody td:before, table tbody td:before {
    content: "";
    display: none;
  }

  table tbody tr td:first-child {
    background: none;
  }

  table thead {
    display: table-header-group;
  }
  main {margin-top: 0;}
}