#facets-desc {
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background-color: #e3e9ff;
	border: 1px solid #bcf;
	border-radius: 5px;
}

#facets-right {
	position: relative;
	float: left;
	min-height: 100vh;
	width: calc(100% - 305px);
	border-left: 5px solid #bcf;
}

#facets-right-content {
	width: 100%;
	height: calc(100% - 60px);
	overflow-y: auto;
}

#facets {
	position: relative;
	float: left;
	min-height: 100%;
	width: 300px;
}

#facets-header {
	position: relative;
	width: 99%;
	height: 30px;
	line-height: 30px;
	background-color: #e3e9ff;
	padding-left: 10px;
	vertical-align: center;
}

.viewPanel-pagingControls-page.selected {
	text-decoration: none;
	color: black;
	cursor: default;
	font-weight: bold;
}

#viewpanel-paging > a.inaction {
	text-decoration: none;
	color: gray;
	cursor: default;
	pointer-events: none;
}

#header-panel {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #bcf;
}

#viewpanel {
	position: relative;
	width: 99%;
	height: 30px;
}

#viewpanel-pagesize {
	float: left;
}

#viewpanel-paging {
	position: absolute;
	top: 0px;
	right:0px;
}