<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pnr {
	color: #275c92;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 18px;
	float: left;
}

#confirmationMessage {
	color: #275c92;
	font-size: 14px;
}

.TabbedPanelsContentGroup {
	color: #275c92;
}

.compartment {
	border: 1px solid #275c92;
	float: left;
}

.row {
	clear: both;
	min-height: 20px;
	margin-right: 5px;
}

.cell {
	font-size: 12px;
	min-width: 20px;
	float: left;
	margin: 2px;
	text-align: center;
	border-radius: 3px;
}

.available {
	background-color: rgb(153, 193, 241);
	cursor: pointer;
}

.not-available {
	background-color: red;
}

.preferred {
	background-color: orange;
}

.selected {
	background-color: dodgerblue !important;
	cursor: default !important;
}

.extraLegRoom {
	margin-top: 10px;
}

.component {
	background-color: lightgray;
}

.seatMap {
	min-width: 250px;
	float: left;
}

.passengers {
}

table {
	color: #275c92;
	font-size: 14px;
}

.header {
	font-weight: bold;
}

td {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.removeSeatSelection {
	display: none;
	color: #bc1f00;
	background: url(../../images/cancel_out.png) no-repeat left center;
	text-decoration: none;
}

.priceAnalysis {
	color: #275c92;
	font-size: 14px;
	float: right;
}

.priceAnalysis div {
	margin: 5px;
}

.purchaseSeatsButton{
	border: 0;
	cursor: pointer;
	background: #006FCF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	margin: 10px 0;
	display: inline-block;
	padding: 4px 20px;
	float: right;
}

.tooltip {
	font-size: 12px !important;
	max-width: 500px !important;
}
</pre></body></html>