ul.select2-results__options table {
  font-weight: bold;
  margin: 0px;
}

ul.select2-results__options table td:nth-child(2) {
  text-align: right;
}

ul.select2-results__options table td:first-child {
  text-align: left;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 600px;
}

.ui-helper-hidden-accessible {
  position: absolute;
  left: -9999px;
}

#myText,
#myGeo {
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  /*width: 100%;*/
  /*font-family: inherit;*/
  color: #222;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #ddd;
  outline: 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px;
  padding: 10px;
  border-radius: 10px;
  min-width: 160px;
  width: 20%;
}


ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  z-index: 9999;
}

div.catList,
div.geoList {
  position: relative;
  z-index: 999;
  background: antiquewhite;
  margin: auto;
  text-align: left;
}

div.geoList {
  max-width: 500px;
}

div.catList div,
div.geoList div {
  position: relative;
  display: inline-block;
  min-width: 330px;
}

div.catList div {
  width: 32%;
}

div.geoList div {
  width: 100%;
}

div.catList div table td:nth-child(2),
div.geoList div table td:nth-child(2) {
  text-align: right;
}

div.catList div table td:first-child,
div.geoList div table td:first-child {
  text-align: left;
}

div.catList div table,
div.geoList div table {
  margin: 4px 0px;
}

div.catList div table tr:hover,
div.geoList div table tr:hover {
  color: orange;
  cursor: pointer;
  background: ghostwhite;
}

div.catList div table tr,
div.geoList div table tr {
  border: 0;
}

input.searchButton {
  height: 36px;
  border-radius: 10px;
  background: wheat;
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 0px 12px;
}

div.exhibitors-search-container {
  margin-top: 10px;
}

@media only screen and (min-width: 800px) {
  div.eltdf-slider {
    position: relative;
    height: 450px;
  }

  body.home div.exhibitors-search-container {
    position: relative;
    /*margin-top: -17.5%; /*-20%;*/
  }

  div.slider-dates {
    position: absolute;
    width: 100%;
  }
}
