.gmap_frame {
	width:97%;
	max-width:97%;
	height:505px;
	border:0;
}
.route_titleicon {
	width:17px;
	height:17px;
	border:0;
	padding:0;
	margin:1px 0 -3px 0;
}
.route_alerticon {
	width:17px;
	height:17px;
	border:0;
	float:left;
	padding:0 3px 0 0;
}
.riskBox {
	border-radius:3px;
	padding:1px;
	min-width:210px;
}
#tripResults {
	width:100%;
}
#tripResults tr td:nth-child(1) {
	width:100%;
	text-align:left;
	vertical-align:top;
	white-space:nowrap;
	padding-top:16px;
}
.ui-tabs .ui-tabs-panel {
	padding:4px;
	border-radius:6px;
}
#tabGroup {
	width:100%;
	min-width:100%;
	max-width:100%;
	min-height:100%;
	margin:5px 3px -3px 0;
}
#tabs-1, #tabs-2, #tabs-3, #tabs-4, #tabs-5, #tabs-6, #tabs-7, #tabs-8, #tabs-9, #tabs-10 {
	width:97%;
	max-width:97%;
	overflow:hidden;
}
img.overviewMap {
	display:block;
	float:left;
	clear:both;
	margin:10px 0 30px 2px;
	border:1px solid #aaaaaa;
	width:auto;
	height:auto;
	max-width:100%;
	border-radius:4px;

}
img.overviewMapMobile {
	display:block;
	float:left;
	clear:both;
	margin:10px 0 30px 2px;
	border:1px solid #aaaaaa;
	border-radius:4px;
}
.thumbnail-container {
	flex-shrink: 0;
	display: inline-block;
	position: relative;
	user-select: none;
	pointer-events: none;
	margin: 1px 2px 1px 0;
}
.thumbnail-container img {
	width: 125px;
	height: 67px;
	object-fit: cover;
	border-radius: 6px;
	border: 1px solid #ddd;
	user-select: none;
	pointer-events: none;
}
#routeResults {
	width:100%;
	text-align:left;
	margin-top:10px;
	margin-bottom:5px;
}
#routeResults tr {  
	line-height:1.3em;
	user-select: none;
	pointer-events: auto;
}
#routeResults th {
	cursor:auto;
	text-align:left;
	vertical-align:bottom;
	white-space:nowrap;
}
#routeResults tr th.colDescription {
	white-space:normal;
	min-width:200px;
	line-height:1em;
}
#routeResults tr td {
	padding:5px;
	height:auto;
	min-height:30px;
	max-height:fit-content;
	vertical-align:top;
	text-align:left;
	border:0;
}
#routeResults tr td.colPhoto {
	width:125px;
	max-width: fit-content;
}
#routeResults tr td.colPhoto img {  
	float:left;
	pointer-events: none;
}
#routeResults tr td.colIcons {  
	text-align:center;
	white-space:nowrap;
	width:30px;
	min-width:30px;
	max-width:30px;
	padding:7px 0 5px 0;
}
#routeResults tr td.colDescription {
	white-space:normal;
	overflow:hidden;
	text-overflow:ellipsis;
	cursor:pointer;
	min-width:25%;
	width:50%;
	max-width:600px;
}
#routeResults tr td.colDescription div {
	white-space:normal;
	line-height:1.3em;
	padding-bottom:10px;
}
#routeResults tr td span.routeLink {
	font-size:1.2em;
	white-space:normal;
	margin:0;
}
#routeResults tr th.colGain,
#routeResults tr th.colDistance,
#routeResults tr td.colGain,
#routeResults tr td.colDistance {
	text-align:right;
	padding-right:7px;
}
#routeResults tr td.colGain,
#routeResults tr td.colDistance,
#routeResults tr td.colDifficulty {
	white-space:nowrap;
	width:120px;
}
#routeResults tr td.colGain a,
#routeResults tr td.colDistance a,
#routeResults tr td.colDifficulty a, 
#routeResults tr td.colRisk a {
	display:inline;
}
#routeResults tr td.colRisk {
	width:250px;
	white-space:nowrap;
}
#routeResults tr td.colRisk div.riskBox {
	display:none;
	margin:0 1px 5px 1px;
}
#routeResults tr td a {
	line-height:normal;
	display:inline;
}
#routesLegend tr td {
	text-align:left;
	vertical-align:top;
	padding:1px;
}
@media (max-width : 700px) {
	.gmap_frame {
		width:100%;
		height:505px !important;
	}

}
@media (max-width : 800px) {
	#routeResults tr td.colDescription {
		width:auto;
	}
	.ui-widget-header {
		font-weight: bold;
		font-size:12pt;
		height:28px;
	}
	#tabGroup {
		min-width:300px;
		margin:5px 10px 0 2px;
		width:97%;
		max-width:97%;
	}
	a.routeLink {
		display: block;
		font-size:14pt !important;
	}
}