<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.textAreaWrapper {
	width:97%;
}
#wpDescription {
	width:100%;
}
.wpLabel {
	width: 75px;
	min-width: 75px !important;
	display:inline-block;
	text-align:right;
	color:#999;
	font-size:8pt;
	text-transform:uppercase;
}
#waypointControlsCTNR {
	padding:5px;
}
.wpLabelInList {
	display: inline-block;
	overflow: hidden;
	min-width: 100px;
	max-width: calc(100% - 115px);
	max-height: 1.1em;
	text-overflow: ellipsis;
}
#waypointList li {
	cursor:pointer;
	padding:2px 4px;
	margin:0px;
}
#WaypointSections fieldset {
    padding: 5px;
	margin: 3px;
	overflow-y: auto;
	max-height: 595px;
}
ul#waypointList {
	margin:3px 3px 3px 0px;
	padding:0px 0px 0px 5px;
	list-style:none;
	overflow-x:hidden;
	overflow-y:auto;
}
.wayPtLabelPos input[type=text] {
	background-color:#000 !important;
}
.waypointButtons {
	float:right;
	-webkit-user-select: none;
	-moz-user-select:none;
}
.waypointButtons img {
	margin:0px 3px;
}
.ui-tooltip {
	padding:5px;
}
.undefinedLabel {
	font-style:italic;
	color:#666;
}
.xyWP {
	width:60px;
}
#distanceUnits, #distanceTableEmptyTableNotice, #exportDistanceTable {
	display: inline-block;
}
#exportDistanceTable {
	margin: 4px;
}

/* #exportWaypointList {} */</pre></body></html>