#autocomplete {
  margin: 0;
  padding: 0;
  position: absolute;
  background: #BBDFF9;
  color: #000;
  border: 1px solid #000;
  overflow: hidden;
  white-space: pre;
  width: auto !important;
}

#autocomplete p {
  cursor: default;
  margin: 0;
  padding: 2px;
  text-align: left;
}

#autocomplete p.selected {
  background: #1972AE;
  color: #fff;
}
.infoFormLetenky td { padding-bottom: 4px; }
#autocomplete { width: auto !important; }