.search-hit {
	cursor: pointer;
	margin-bottom: 0.75em;
}

.search-hit:nth-child(odd) {
	background: #f9f9f9;
}

.search-hit:nth-child(even) {
	background: #ffffff;
}

.search-hit:hover {
	background: #eef6ff;
}

.search-hit h5 {
	margin: 0 0 0.25em 0;
}

.search-hit .meta {
	font-size: 0.85em;
	color: #666;
	margin-bottom: 0.5em;
}

.search-hit mark {
	background: #ffeb3b;
	padding: 0 2px;
}

.search-hit:focus {
	outline: none;
	box-shadow: 0 0 0 2px #2196f3;
	background: #eef6ff;
}
