/* FONT & GENERAL STYLES
	-------------------------------------------------- */
.hide, .hidden {
	display: none !important;
}

.show {
	display: block;
}

/* LAYOUT
	------------------------------------------------- */
#settings_container {
	background-color: #cfcfcf;
	border-bottom: 1px solid orange;
	border-top: 1px solid orange;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* FILTER
	------------------------------------------------- */
div.filter {
	display: block;
	margin-bottom: 1em;
}
div.filter .filterText {
	display: inline-block;
	padding-left: 1em;
}
a.filterButton {
	margin-left: auto;
	margin-right: auto;
}
