/*
 * Trips page
 */

.viewSizeGE-XL .trip .pageCol {	/* side by side on large width */
	float: left;
	width: 50%;
	min-width: 420px;
}

.trip .editList_container {
	min-width: 24ch;
}

/* the Trip page copies the quick setup page. */
/* Make the "save as trip" and "Reverse" button and the winds invisible in Trip */
.trip .saveAsTrip, .trip .reverseTrip, .trip .quickWind {
	display: none;
}

.noTripText {
	text-align: center;
	padding-top: 40px;
	font-size: 120%;
	font-weight: bold;
	color: darkgrey;
}
