h3 {
	margin-bottom:4px;
}
.v3-table tr td {
	height:60px;
	max-height:60px;
}
.v3-table td a {
	line-height:60px;
}

#peakTable {
	margin-top:10px;
	margin-bottom:15px;
    user-select: 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;
	text-align:left;
}
#peakTable td:nth-child(3) {
	white-space:normal;
}
#peakTable td:nth-child(3) span:nth-child(1),
#peakTable td:nth-child(4) span:nth-child(1),
#peakTable td:nth-child(5) span:nth-child(1) {
	color:transparent;
	font-size:0;
}
#peakTable td:nth-child(3),
#peakTable td:nth-child(4),
#peakTable td:nth-child(5) {
	-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 tr td div.pkThumb {
	float:left;
}
#peakTable tr td:nth-child(1) {
	padding-left:0;
}
#peakTable tr td:nth-child(1) img {
	width:113px;
	height:60px;
	float:left;
	padding:0;
	margin:0;
}
#peakTable tr td:nth-child(4) { 
	width:32px;
	min-width:24px;
	white-space:normal;
	text-align:center;
}
#peakTable tr td:nth-child(5), #peakTable tr td:nth-child(6), #peakTable tr td:nth-child(7) {  
	padding-left:6px;
	padding-right:4px;
}
#peakTable tr td:nth-child(7) {  
	white-space:normal;
}
#peakTable tr td:nth-child(2),
#peakTable tr td:nth-child(8) {  
	text-align:center;
	padding-left:6px;
	padding-right:4px;
}
.blockLink {  
	display:block;
	width:100%;
	height:100%;
}
.route_alerticon {
	width:17px;
	height:17px;
	border:0;
	float:left;
	padding:0 3px 0 0;
}

@media (min-width : 700px) {
	table#peakTable {
		max-width:1200px;
	}
}
@media (max-width : 700px) {
	table#peakTable {
		width:100%;
		min-width:100%;
		max-width:100%;
	}
	table#peakTable tr th:nth-child(8),
	table#peakTable tr td:nth-child(8) {
		display:none;
	}
}
@media (max-width : 600px) {
	#peakTable td {
	  height:35px;
	  max-height:35px;
	}
	#peakTable td a {
	  line-height:35px;
	}
	table#peakTable tr th:nth-child(2),
	table#peakTable tr td:nth-child(2),
	table#peakTable tr th:nth-child(3),
	table#peakTable tr td:nth-child(3){
		display:none;
	}
}
@media (max-width : 500px) {
	table#peakTable tr th:nth-child(7),
	table#peakTable tr td:nth-child(7){
		display:none;
	}
}