.codu-completer {
	display:none;
	box-sizing:border-box;
	position:absolute;
	background:#ffffff;
	border: 1px solid #000000;
	height:120px;
	overflow-x: hidden;
	overflow-y: auto;
}

/*
.codu-completer-loader {
	background:url(images/ajax-loader.gif) left center no-repeat;
	display:none;
	position:absolute;
	width: 18px;
	height:16px;
}
*/

.codu-completer-panel-working {
	opacity:0.5;
}

.codu-completer-entry {
	box-sizing:border-box;
	display:block;
	width:100%;
	position:relative;
	background-color:#ffffff;
	color:#333;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5), -1px -1px 1px rgba(255,255,255,0.5);
	white-space:nowrap;
	text-align: left;
	padding: 2px;
	max-width: 380px;
}

.codu-completer-entry:nth-child(2n) {
	background-color:#93DAF2;
}

.codu-completer-entry.selected {
	background-color:#06F;
	color:#ffffff;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
}

.codu-completer-entry * {
	pointer-events: none;
}

.codu-completer-entry .codu-completer-entry-spacer {
	display:inline-block;
	width:1px;
	height:100%;
	border-right:1px solid #ccc;
	background-color:#333;
	margin: 0px 2px;
}

.codu-completer-entry .codu-completer-entry-highlight {
	font-weight:bold;
	font-style:italic;
}
