.overviewText {
	line-height:1.3em;
	margin-top:0;
	margin-bottom:15px;
}
.disabledtext {
	color:#CCC;
}
select, input.search {
	padding:0;
	margin-bottom:1px;
	height: 24px;
	line-height: 24px;
	border-radius: 4px;
	border-collapse:collapse;
	border: 1px solid #aaa;
}
span.dim {
	color:#999999;
}
	
.v3-table tr td {
	height:30px;
	max-height:30px;
}
.v3-table td a {
	line-height:30px;
}

#peakTable {
	margin-top:10px;
	margin-bottom:15px;
}
#peakTable tr th { 
	padding-left:4px;
	padding-right:5px;
	text-align:center;
}
#peakTable tr th:nth-child(1),
#peakTable tr th:nth-child(6) { 
	text-align:left;
}
#peakTable td:nth-child(2) {
	color:transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}
#peakTable td ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
#peakTable td ul li {
	margin-top:2px;
	margin-bottom:2px;
}
#peakTable td ul li a {
	display:block;
	height:auto;
	width:auto;
	line-height:normal;
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left:22px;
	text-align:left;
}
#peakTable td ul li:nth-child(1) a {
	background-image:url(/images/icon_map_large.png);
	margin-bottom:3px;
}
#peakTable td ul li:nth-child(2) a {
	background-image:url(/images/icon_weather_large.png);
}
#peakTable tr td:nth-child(2) { 
	width:32px;
	min-width:24px;
	text-align:center;
}
#peakTable tr td:nth-child(1),
#peakTable tr td:nth-child(6) {
	text-align:left;
	padding-left:4px;
	padding-right:4px;
}
#peakTable tr td:nth-child(3),
#peakTable tr td:nth-child(4),
#peakTable tr td:nth-child(5),
#peakTable tr td:nth-child(7),
#peakTable tr td:nth-child(8) {  
	text-align:center;
	padding-left:4px;
	padding-right:4px;
}

@media (max-width : 600px) {
	#peakTable tr th:nth-child(6),
	#peakTable tr th:nth-child(7),
	#peakTable tr td:nth-child(6),
	#peakTable tr td:nth-child(7) {  
		display:none;
	}
}
@media (max-width : 700px) {
	#peakTable tr th:nth-child(8),
	#peakTable tr td:nth-child(8) {  
		display:none;
	}
}

.blockLink {  
	display:block;
	width:100%;
	height:100%;
}

[data-href] {
    cursor: pointer;
}

@media (min-width : 800px) {
	table#peakTable {
		width:100%;
		max-width:1200px;
	}
}
@media (min-width : 1000px) {
	table#peakTable {
		width:1000px;
		max-width:100%;
	}
}
@media (max-width : 800px) {
	table#peakTable {
		width:100%;
		min-width:100%;
		max-width:100%;
	}
}
@media (max-width : 600px) {
	#peakTable td a {
	  line-height:2em;
	}
}
@media (max-width : 500px) {
	.MainText1 {
    	font-size: 13pt;
	}
}