.pager-wrapper {
	font-size: 12px;
	
	padding: 10px 15px;
}
.pager-bg {
	background-color: #e2e2e2;
}
.content__pager-and-filters {
	position: relative;
}
.content__pager-and-filters--secondary {
	background-color: #fff;
}
.content__filter > form > div {
	/*padding-left: 5px;*/
}
.content__filter--align-right {
	float: right
}
.no-results {
	font-size: 15px;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

.filter-label {
	color: #999;
	font-weight: bold;
	margin: 0 5px 0 15px;
	position: relative;
	top: 1px;
}

.pager {
	text-transform: uppercase;
	display: inline-block;
	margin: 0 0 0 25px;
	color: #888;
	float: right;
}

.pager-wrapper .results {
	font-weight: bold;
	text-transform: uppercase;
}

.separator {
	display: inline-block;
	margin: 0 8px;
}

.separator:after {
	content: "|"
}

.displayed-results {
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
}

.displayed-results > span {
	color: #888;
	font-weight: normal;
}
