#columnWrap {
	float:left;
	width:100%;
	clear:both;
	margin-top:5px;

}
#filterPanel {
	float:left;
	clear:none;
	position: relative;
	width: 25%;
	max-width:250px;
	flex-shrink: 0;
	margin-right: 0;
	overflow-y: visible;
}
#filterBox {
	float:left;
	clear:both;
	width:auto;
	text-align:left;
	margin:0 6px 10px 0;
	padding:2px 2px 5px 2px;
}
#filterBox form {
	margin:3px;
}
#filterTitle {
	float:left;
	clear:both;
	width:100%;
	margin:6px 0 3px 0;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:5px;
	border-bottom:1px solid #CCC;
	color:#323232;
}
#filterTitleReset {
	float:right;
	clear:right;
	padding-top:3px;
}
.filterField {
	float:left;
	clear:none;
	width:99%;
	margin-top:6px;
	margin-right:10px;
}
.filterField label {
	text-transform:inherit;
	font-weight:bold;
	white-space:nowrap;
}
.filterField select {
	width:100%;
	border-radius: 3px;
}
#sortBox {
	width:fit-content;
	clear:right;
	white-space:nowrap;
	padding:3px 5px 2px 3px;
	margin-bottom:2px;
}
#sortBox span {
	line-height:1.75em;
}
#sortBox select {
	border-radius: 3px;
}
div.filterField select,
div.sortBox select {
	border: 1px solid #AAA;
}
div.filterField label,
div.filterField select,
div.sortBox label,
div.sortBox select {
	color:#323232;
}
#filterResults {
	float:left;
	clear:right;
	width:auto;
	min-width:75%;
}
#resultsTable {
	width:100%;
	max-width:100%;
}
#resultsTable th {
	cursor:auto;
}
#resultsTable th, #resultsTable td {
	text-align:left;
	padding:2px;
}
#resultsTable tr th, #resultsTable tr td {
	padding-left:5px;
	padding-right:5px;
}
#resultsTable tr td a {
	display: block;
	height: 100%;
	width: 100%;
	line-height:normal;
}
#resultsTable tr th:nth-child(2), #resultsTable tr td:nth-child(2) {
	text-align:center;
}
#resultsTable tr td:nth-child(4) {
	white-space:nowrap;
}
#resultsTable tr th:nth-child(5), #resultsTable tr td:nth-child(5),
#resultsTable tr th:nth-child(6), #resultsTable tr td:nth-child(6),
#resultsTable tr th:nth-child(7), #resultsTable tr td:nth-child(7) {
	text-align:right;
}
#resultsTable tr td:nth-child(9) a {
	display:inline;
}
#resultsTable img.tableIcon {
	float:none;
	width:24px;
	height:24px;
	margin:1px 1px 1px 2px;
}
#resultsTable img.ratingRoad {
	width:50px;
	height:6px;
}
.exportColumn {
	display:none;
}
div.routeName {
	max-width:fit-content;
	overflow:hidden;
	white-space:normal;
}
div.routeNarrow {
	color:black;
	text-decoration:none;
}
div.riskWrapper {
	display:none;
	padding:1px;
	margin:0 1px 5px 1px;
	max-width:220px;
	overflow:hidden;
}
.highlightcriteria {
	background-color: #ffcc66;
}
span.fa-filter {
	color:#ffcc66;
}

@media (max-width : 750px) {
	#filterPanel,
	#filterResults,
	#resultsTable {
		width:100%;
		max-width:100%;
	}
	#filterBox {
		width:auto;
		max-width:100%;
		margin:0 0 10px 0;
	}
	div.peakName,
	div.routeName {
		font-size:1.20em;
	}
}