input.hladat {
  border: none;
  padding: 1px 4px !important;
  margin: 0px !important;
}

.hladatDiv {
  border: 1px solid #887644 !important;
  display: inline-block !important;
}

#searchResult {
    width: 500px;
    /*height: 20px;*/
    background-color: white;
    z-index: 1100;
    padding: 9px;
    border: 1px solid #877850;
    position: absolute;
/*    top: 36px;
    left: 70px;*/
}

#searchResult tr td:nth-child(2) a:hover {
    background-color: gainsboro;
    border-radius: 5px;
}

#searchResult td, #mobileSearchResults td {
    text-align: left;
    vertical-align: top;
}


#searchResult p, #mobileSearchResults p {
    line-height: normal;
    display: block;
}

#searchResult img.si {
    height: 100px !important;
    width: auto !important;
}
#mobileSearchResults img.si {
    height: 50px !important;
    width: auto !important;
}

#searchResult a, #mobileSearchResults a {
    margin: 0 !important;
    padding: 3px !important;
    padding-bottom: 3px;
    font-size: 1em !important;
    min-height: 50px;
    width: calc(100%);
}

input.mobileSearch2 {
    border: none;
}

#fav_mobile_head{
    display: none; 
    cursor: pointer;
    position: absolute; 
    right: 12px; 
    top: 6px;
}

#fav_desktop_head{
    display: none; 
    cursor: pointer;
    margin-left: 20px; 
    padding-top: 4px;
}
