div.searchlight-balloon {
    background:#f6f6f6;
}
table.searchlight-results {
    border-collapse: collapse;
    font-size: 12pt;
    font-weight: normal;
    width: 100%;
}
div.searchlight-results-wrapper {
    color: #000;
    padding:1px;
    margin: -1px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    overflow: hidden;
    border: 2px solid #aeaeae;
    border-top:none;
    -webkit-box-shadow: 0 5px 5px #aaa;
    -moz-box-shadow: 0 5px 5px #aaa;
}
table.searchlight-results th,
table.searchlight-results td {
    padding: 4px;
}
table.searchlight-results .searchlight-header-text,
table.searchlight-results .searchlight-result-text {
    white-space: nowrap;
}

table.searchlight-results span {
    font-size: 12pt;
    font-weight: bold;
}

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


