div.searchlight-balloon {
    opacity: 1;
}
table.searchlight-results {
    border-collapse: collapse;
    font-family: Tahoma, Geneva, Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: normal;
    width: 100%;
	 border: 1px solid #aaa;
	
}
div.searchlight-results-wrapper {
    color: #000;
    border: 1px solid #aaa;
    margin: -1px;
    -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: 0px;
}
table.searchlight-results .searchlight-header-text,
table.searchlight-results .searchlight-result-text {
    white-space: nowrap;
}

table.searchlight-results th {
	color: #222;
	border-right: 1px solid #ccc;
	width: 80px;
	text-align: right;
	background-color: #D6C8D5;
}
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: 0px;
}
table.searchlight-results .searchlight-result-icon {
    margin-right: 4px;
    vertical-align: text-top;
}
table.searchlight-results tr.searchlight-spacer-row td {
    height: 5px;
}


