
.spotlight-highlight {
	position:absolute;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	pointer-events:none;
}

.spotlight-current-item {
	background-color:rgba(255,100,100,0.9);
}

.spotlight-adjacent-item {
	background-color:rgba(100,100,255,0.9);
}