
#search_acomple_result div:hover {
  text-decoration: none;
  background-color: #FFE66D;
}
#search_acomple_result {
  min-height: auto;
}
#search_acomple_result div:hover {
  text-decoration: none;
  background-color: #FFE66D;
}
#search_acomple_result div {
  text-transform: capitalize;
  font-size: inherit;
  padding: 2px 2px;
  display: block;
}
#search_acomple_result .selected {
  text-decoration: none;
  background-color: #BECCDA;
}

.ad43_a {
 width: 50%; 
 float: left; 
 border: 1px #DDDDDD solid;
 cursor: pointer;
 font-size: 22px;
 font-weight: bold;
 text-align: center;
}
.ad43_b {
 width: 50%; 
 float: right; 
 border: 1px #DDDDDD solid;
 cursor: pointer;
 font-size: 22px;
 font-weight: bold;
 text-align: center;

}
.search_input {
  width: 300px !important;
  float: left;
  font-weight: bold;
  height: 40px !important;
}
@media only screen and (max-width: 540px) {
  .search_input {
    width: 150px !important;
    font-weight: bold;
    height: 40px !important;
  }
}
.highlight {
  background-color: yellow;
  font-weight: bold !important;
  color: black;
}