div.searchlight-balloon {
	opacity: 0.95;
  z-index:800;
}
table.searchlight-results {
  border-collapse: collapse;
  font-family: Tahoma, Geneva, Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  width: 100%;
  margin-bottom: 0;
  border: 1px solid #000;
  width: 400px;
  z-index:800;
}
div.searchlight-results-wrapper {
  color: #000;
  border: 1px solid #aaa;
  margin: -1px;
  z-index:800;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  /*overflow: hidden; */
  -webkit-box-shadow: 0 2px 10px #000;
  -moz-box-shadow: 0 2px 10px #000;
}

table.searchlight-results th,
table.searchlight-results td {
  padding: 4px;
  text-shadow: 1px 1px 1px #aaa;
  vertical-align: middle;
}
table.searchlight-results .searchlight-header-text,
table.searchlight-results .searchlight-result-text {
  white-space: normal;
  /*white-space: nowrap;*/
}
.searchlight-result-icone {
  width: 35px;
}

table.searchlight-results th {
  background: #fdfdfd;
  color: #222;
  font-size: 95%;
  border-right: 1px solid #06124c;
  width: 40px;
  text-align: center;
  font-weight: bold;
}
table.searchlight-results td {
  background: #eee;
}
table.searchlight-results td .searchlight-result-item {
  padding: 1px 0;
}
table.searchlight-results tr {
  cursor: pointer;
}
table.searchlight-results tr.searchlight-selected th,
table.searchlight-results tr.searchlight-selected td {
  background: #05b;
  color: #fff;
  text-shadow: 1px 1px 1px #014;
}
table.searchlight-results .searchlight-result-icon {
  margin-right: 4px;
  vertical-align: text-top;
  border: #06124c 1px solid;
}
table.searchlight-results tr.searchlight-spacer-row td,
table.searchlight-results tr.searchlight-spacer-row th {
  height: 5px;
  background: #06124c;
}