/* Peak condition updates - main list page
---------------------------------------- */

/* Page intro
---------------------------------------- */

.peak-status-intro {
	float: left;
	clear: both;
	width: 100%;
	max-width: 1100px;
	margin: 0 0 0 0;
}

.peak-status-intro h1 {
	margin: 0 0 6px 0;
}

.peak-status-intro-text {
	float: left;
	clear: both;
	max-width: 850px;
	margin: 0 0 8px 0;
	line-height: 1.4;
}

.peak-status-intro-links {
	float: left;
	clear: both;
	margin-top: 0;
	margin-bottom: 4px;
}

/* Shared page layout
---------------------------------------- */

#contentWrapper {
	float: left;
	clear: both;
	width: 100%;
	max-width: 1100px;
	height: 100%;
	margin-top:8px;
	margin-bottom: 15px;
}

#legend {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 15px;
}

.groupheader {
	width: 100%;
	clear: both;
	background-color: #a5a5a5;
	color: white;
	text-align: center;
	line-height: 1.5em;
	font-size: 10pt;
	margin-top: 6px;
	margin-bottom: 2px;
}

/* Recent list table
---------------------------------------- */

#listTable {
	margin-top: 10px;
	width: 100%;
	max-width: 100%;
}

#listTable th {
	cursor: auto;
	vertical-align: middle;
}

#listTable tr td {
	height: 22px;
	max-height: 22px;
	line-height: 22px;
	vertical-align: middle;
	padding: 1px;
	border: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 150px;
}

#listTable tr td a {
	line-height: 22px;
	display: inline;
}

#listTable tr td:nth-child(1) {
	min-width: 170px;
	padding-right: 3px;
}

#listTable tr th:nth-child(2),
#listTable tr th:nth-child(3) {
	padding-left: 0;
}

#listTable tr td:nth-child(2) {
	width: auto;
	padding-right: 3px;
}

#listTable tr td:nth-child(3) {
	width: 100px;
	padding-right: 3px;
}

#listTable tr th:nth-child(4),
#listTable tr td:nth-child(4) {
	width: 75px;
	text-align: right;
	padding-right: 3px;
}

#listTable tr td:nth-child(5) {
	max-width: 150px;
	width: 150px;
	text-align: left;
	padding-right: 3px;
}

#listTable tr th:nth-child(6),
#listTable tr td:nth-child(6) {
	max-width: fit-content;
	width: fit-content;
	padding: 2px 4px;
	text-align: left;
	white-space: nowrap;
}

#listTable tr th:nth-child(7),
#listTable tr th:nth-child(8),
#listTable tr td:nth-child(7),
#listTable tr td:nth-child(8) {
	max-width: 40px;
	width: 40px;
	padding: 2px;
	text-align: center;
}

#listTable tr td:nth-child(1) a:visited {
	color: #999 !important;
}

/* Range/card view
---------------------------------------- */

.peak-status-ranges {
	clear: both;
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	gap: 5px;
	overflow-x: auto;
	padding-bottom: 6px;
}

.peak-status-range-section {
	display: block;
	flex: 0 0 auto;
	width: max-content;
	min-width: 135px;
	max-width: 280px;
	margin: 0;
}

.peak-status-range {
	white-space: nowrap;
}

.peak-status-linkrow {
	display: block;
	padding: 4px 7px;
	white-space: nowrap;
	font-size: 10pt;
}

.peak-status-linkrow a {
	display: block;
	line-height: 1.25;
	text-decoration: none !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Responsive
---------------------------------------- */

@media (max-width: 1050px) {
	.peak-status-ranges {
		display: block;
		overflow-x: visible;
		padding-bottom: 0;
	}

	.peak-status-range-section {
		width: 100%;
		max-width: 100%;
		margin-bottom: 14px;
	}

	.peak-status-linkrow {
		white-space: normal;
	}

	.peak-status-linkrow a {
		white-space: normal;
		font-size: 12pt;
	}

	.groupheader {
		font-size: 16pt;
	}
}

@media (max-width: 800px) {
	#listTable tr th:nth-child(5),
	#listTable tr td:nth-child(5) {
		display: none;
	}
}

@media (max-width: 700px) {
	#listTable tr th:nth-child(3),
	#listTable tr td:nth-child(3) {
		display: none;
	}
}

@media (max-width: 500px) {
	#listTable tr th:nth-child(2),
	#listTable tr td:nth-child(2),
	#listTable tr th:nth-child(6),
	#listTable tr td:nth-child(6) {
		display: none;
	}
}