.serpListing,
.serpListingPaid,
.statusLinePaid {
	margin: 0 0 0 13px;
}

.serpListing {
	display: inline-block;
	font-size: 10pt;
	line-height: 12pt;
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
	width: 635px;
}

.serpListingPaid,
.statusLinePaid {
	background-color: #FFFFCC;
	border: 1px solid orange;
	display: block;
	float: left;
	padding: 4px;
	width: 677px;
}

.serpListingPaid {
	margin-top: 2px;
	margin-bottom: 1px;
}

.statusLinePaid {
	margin-top: 2px;
	margin-bottom: 10px;
}

.statusLineNoTopBorder {
	border-top: none;
	margin-top: -2px;
}

.searchPhrase,
.categoryName {
	color: blueviolet;
}

.categoryName {
	text-decoration: none;
}

.categoryName:hover {
	text-decoration: underline;
}

#ajaxDiv h3 {
	margin-bottom: 0;
}

#ajaxDiv h3 .label .totalRowsHighlighted {
	color: forestgreen;
}

#ajaxDiv .articlesByClomp {
	padding-bottom: 15px;
}

#ajaxDiv .searchResults {
	border-top: 1px solid silver;
}

#ajaxDiv .searchResults .results {
	display: block;
	list-style-type: none;
	margin: 0;
	min-height: 515px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 0;
}

#ajaxDiv .searchResults .results.no-results-found {
	min-height: 0px;
}

#ajaxDiv .searchResults .results .row {
	display: inline-block;
	margin: 0 0 3px 20px;
}

#ajaxDiv .searchResults .results .row:first-child {
	margin-top: 0;
}

#ajaxDiv .searchResults .results .noMetaText {
	margin-bottom: 10px;
}

#ajaxDiv .searchResults .results .number {
	float: left;
}

#ajaxDiv .searchResults .results .title {
	display: flex;
	flex-direction: column;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

#ajaxDiv .searchResults .results .link {
	/* display: block; */
	font-size: 10pt;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 635px;
}

#ajaxDiv .searchResults .results .link:hover {
	text-decoration: underline;
}

#ajaxDiv .searchResults .results .highlighted {
	font-weight: bold;
}

#ajaxDiv .searchResults .results .highlighted.phrase {
	background-color: #FFEE00;
}

#ajaxDiv .searchResults .results .highlighted.keyword {
	background-color: #FFEE00;
}

#ajaxDiv .searchResults .results .leftSideText {
	float: left;
	margin-bottom: 7px;
	width: 645px;
}

#ajaxDiv .searchResults .results .leftSideText .number {
	margin-top: 3px;
}

#ajaxDiv .searchResults .results .leftSideText .number.singleDigits {
	margin-left: -14px;
}

#ajaxDiv .searchResults .results .leftSideText .number.doubleDigits {
	margin-left: -20px;
}

#ajaxDiv .searchResults .results .leftSideText .link .url {
	margin-top: 2px;
}

#ajaxDiv .searchResults .results .rightSideText {
	float: right;
	font-size: 11px;
	line-height: 18px;
	white-space: nowrap;
}

#ajaxDiv .searchResults .results .rightSideText .relevancyRating {
	margin: 0 0 -2px 0;
}

#ajaxDiv .searchResults .results .rightSideText .sourceLine .breadcrumbSeparator {
	font-family: verdana;
	font-size: 12px;
	margin: 0 2px 0 2px;
}

#ajaxDiv .searchResults .results .rightSideText .sourceLine .link {
	display: inline;
	font-size: 9pt;
	margin-left: 2px;
}

#ajaxDiv .searchResults .results .rightSideText .sourceLine .link a {
	overflow: hidden;
}

.footerMessages {
	border-top: 1px solid silver;
	margin-top: 5px;
	padding: 15px 0 15px 0;
	text-align: center;
}

.footerMessages .builtByClomp {
	margin-right: 5px;
}

#ajaxDiv .warning {
	border: 1px solid orangered;
	border-radius: 5px;
	color: orangered;
	margin: 5px 0 0 0;
	padding: 5px;
	text-decoration: bold;
}

.categories.with-search-results {
	border-top: 1px solid silver;
	width: 100%;
}

.expand-search {
	
}

.expand-search:hover {
	text-decoration: underline;
}