div.searchlight-balloon {
  opacity: 0.95; }

table.searchlight-results {
  border-collapse: collapse;
  font-family: Tahoma, Geneva, Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  width: 100%; }

div.searchlight-results-wrapper {
  color: black;
  border: 1px solid #aaaaaa;
  margin: -1px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px black;
  -moz-box-shadow: 0 2px 10px black; }

table.searchlight-results th,
table.searchlight-results td {
  padding: 4px;
  text-shadow: 1px 1px 1px #aaaaaa; }

table.searchlight-results .searchlight-header-text,
table.searchlight-results .searchlight-result-text {
  white-space: nowrap; }

table.searchlight-results th {
  background: #fdfdfd;
  color: #222222;
  font-size: 95%;
  border-right: 1px solid #cccccc;
  width: 80px;
  font-weight: normal; }

table.searchlight-results td {
  background: #eeeeee; }

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: #0055bb;
  color: white;
  text-shadow: 1px 1px 1px #001144; }

table.searchlight-results .searchlight-result-icon {
  margin-right: 4px;
  vertical-align: text-top; }

table.searchlight-results tr.searchlight-spacer-row td {
  height: 5px; }

td#searchlight-more-link {
  text-align: center;
  color: blue;
  text-shadow: none; }
  td#searchlight-more-link img {
    display: none; }

tr.searchlight-selected td#searchlight-more-link {
  color: white; }
