/*
 * Departure Procedure page
 */

.dp .card_label {
	flex: 0 0 45%;
}
.dp .dpClimbCard .card_label {
	flex: 0 0 40%;
}

.dp .coldAdj table {
	width: 100%;
}
.dp .coldAdj tr {
	border-top: 1px solid darkgrey;
	height: 40px;
}
.dp .coldAdj tr:first-child {
	border-top: none;
}
.dp .coldAdj td, .dp .coldAdj th {
	padding-right: 1ch;
}
.dp .coldAdj td:last-child, .dp .coldAdj th:last-child,
.dp .coldAdj td:nth-child(2), .dp .coldAdj th:nth-child(2) {
	text-align: center;
}

.dp .svId_dp_climbType .selector_value {
	min-width: 6ch;
}
