#board-search-wrapper .board-search .ui-text {
	width: 260px;
}

#board-search-wrapper .board-search-results {
	padding: 10px 13px;
}
#board-search-wrapper .board-search-results h2,
#board-search-wrapper .board-search-results h3,
#board-search-wrapper .board-search-results p {
	margin: 0;
}
#board-search-wrapper .board-search-results h2 {
	margin-bottom: 8px;
	font-size: 14px;
}
#board-search-wrapper .board-search-results ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#board-search-wrapper .board-search-results li {
	padding: 8px 0;
	border-top: 1px solid #e8e8e8;
}
#board-search-wrapper .board-search-results h3 {
	font-size: 13px;
}
#board-search-wrapper .board-search-results .meta {
	color: #777;
	font-size: 12px;
}
#board-search-wrapper .board-search-results .snippet {
	margin-top: 4px;
}
#board-search-wrapper .board-search-results .empty {
	font-style: italic;
}
