.v3-table td a {
	line-height:normal;
	display:inline;
}
	
.v3-table tr th {
	height:35px;
	text-align:left;
	cursor:auto;
	vertical-align:middle;
}
.v3-table tr td {
	height:auto;
	border:0;
	line-height:normal;
	white-space:normal;
	overflow:hidden;
	padding:4px;
}

#listTable {
	text-align:left;
	width:100%;
	max-width:100%;
}
#listTable tr {
	cursor: pointer;
	user-select: none;
	pointer-events: auto;
}
#listTable tr td:nth-child(1) div:nth-child(1) { 
	margin-top:3px;
	margin-bottom:3px;
	width:90%;
}
#listTable tr td:nth-child(1) div:nth-child(1) a:visited {
	color: #999;
}
#listTable tr th:nth-child(2),
#listTable tr td:nth-child(2){
	max-width:fit-content;
	width:fit-content;
	padding:2px 4px 2px 4px;
	text-align:left;
	white-space:nowrap;
}
#listTable tr th:nth-child(3),
#listTable tr th:nth-child(4),
#listTable tr th:nth-child(5),
#listTable tr td:nth-child(3),
#listTable tr td:nth-child(4),
#listTable tr td:nth-child(5) { 
	width:32px;
	max-width:32px;
	text-align:center;
}

div.pagetitle {
	float:left;
	clear:left;
	margin-bottom:5px;
}
span.featuredPhotoThumb {
	padding-bottom:2px;
	height:45px;
}
span.featuredPhotoThumb img {
	height:45px;
}
@media (max-width : 900px) {
	span.featuredPhotoThumb {
		height:35px;
	}
	span.featuredPhotoThumb img {
		height:35px;
	}
}

.divSpinner {
	background-position:5% 30%;
}

.blockLink {  
	display:block;
	width:100%;
	height:100%;
}

.gmap_frame {
	width:100%;
	max-width:100%;
	height:505px;
	border:0;
	padding-right:1px;
}

#content-wrap {
    position:relative;
    background:#ffffff;
	float:left;
	clear:both;
}

#tabGroup {
	float:left;
	clear:right;
	padding-right:1px;
	width:100%;
	height:100%;
	min-height:100%;
	margin:0 0 50px 0;
}
div.content {
	padding:2px 2px 25px 2px;
	border:1px solid #d57e17;
	border-radius:0;
	background-color: #e1ebf2 !important;
}
.ui-tabs .ui-tabs-panel {
    padding: 2px;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0 .2em 0;
}

.buttonf {
	font-size:11pt !important;
	color:#FFF !important;
	text-decoration:none !important;
	padding-bottom:5px !important;
}

#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;
}

#sidebar {
	float:left;
	clear:left;
    left: 0;
	max-width:99%;
    height: 100%;
	margin-bottom:20px;
}
#sidebar table.v3-table tr th {
	cursor:auto;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:1.1em;
	vertical-align:middle;
}
#sidebar table.v3-table th img {
	border:0;
	width:16px;
	height:16px;
	padding-top:2px;
}
#sidebar table.v3-table tr td {
	border:0;
	padding-left:0;
	padding-right:0;
	height:auto;
	min-height:20px;
	max-height:fit-content;
}
#sidebar table.v3-table tr td a {
	display:inline;
	height: 100%;
	width: auto;
	line-height:normal;
}

.sidebar_content {
	width:100%;
	max-width:100%;
	margin:2px 0 3px 5px;
	position:relative;
}
.ui-tabs .ui-tabs-panel {
	padding:0;
}
	
#tabGroup {
	margin-top:0;
	padding-top:0;
}
#tabs-1, #tabs-2 {
	min-height:700px;
}

#photosTable {
	width:100%;
	min-height:200px;
	margin-top:10px;
	background-color:transparent;
	border:0;
}

img.hike, img.construction, img.ski, img.snow, img.usercontributed {
	border:0;
	width:16px;
	height:16px;
	margin-bottom:-2px;
}

.overviewText {
	line-height:1.3em;
	margin-bottom:15px;
}
#moreText {
	display:none;
}
.buttonfs {
	margin-left:10px;
	padding: 0.2em 0.5em 0.2em;
	border-radius: 0;
}
div.stat {
	display:flex;
	float:left;
	clear:both;
	white-space:normal;
}
span.label {
	position: relative;
	width:95px;
	min-width:95px;
	vertical-align: top;
	display: inline-block;
	background-color: rgba(255,255,255,.50);
	border-radius: 2px;
	font-weight: 800;
	line-height: 1;
	text-align: left;
	margin: 2px;
	text-decoration: none;
	white-space: nowrap;
	padding: 0.25rem 0.3rem;
}
span.label a, span.value a {
	display:inline !important;
	width:100%;
	height:100%;
}
span.label.empty {
	background-color: transparent;
}
span.value {
	vertical-align:middle;
	margin:0.2em;
	display:inline-block;
}

@media (max-width : 765px) {
	#content-wrap {
		width:100% !important;
	}
	#sidebar {
		clear:right;
		width:100% !important;
		max-width:100%;
	}
	.sidebar_content {
		margin:2px 0 6px 5px;
		position:relative;
		float:left;
		clear:both;
	}
	#tabGroup {
		width:100% !important;
		max-width:calc(100% - 4px) !important;
	}
	.gmap_frame {
		width:100% !important;
		height:505px !important;
	}
}
@media (min-width : 765px) {
	#content-wrap {
		width:100%;
	}
	#sidebar {
		float:left;
		clear:none;
	    left:0;
	    height:100%;
		margin-bottom:15px;
		margin-right:2px !important;
	}
	.sidebar_content {
		margin:2px 0 6px 5px;
		position:relative;
		float:left;
		clear:both;
	}
	#tabGroup {
		margin-left:5px;
	}
}