.search-page-form {
	position: relative;
}

.search-page-form input {
	border-radius: .75rem;
}

.search-page-form button {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.search-results {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}

.search-results li {
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.search-results li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.search-results li a {
	display: block;
	text-decoration: none;
}

.search-results li a p {
	margin: 0;
	margin-bottom: .25rem;
}

.title {
	font-weight: normal;
	margin: 0;
	margin-bottom: .25rem;
	color: #1a0dab;
}


a:hover .title {
	text-decoration: underline;
}

.description {
	color: #000;
}

.tags {
	color: green;
}

.lastUpdateTime {
	color: #28536d;
}

.url {
	color: #39880e;
	margin: 0;
	direction: ltr;
}

.bc {
	color: #006621;
}

.bc > span:after {
	content: ' › ';
}
.bc > span:last-child:after {
	content: none;
}