<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

.no-print,
.printButton,
#insurance_form,
#booking_form .no-print,
#booking_form .printButton,
#booking_form li.no-print,
#booking_form li a.tab-heading-transclude,
#booking_form li.ng-isolate-scope:nth-child(7) &gt; a:nth-child(1) {
	display: none;
}

.tb-only-print {
    display: inline-block;
}

/*
* bootstrap overrides
*/
.table &gt; tbody &gt; tr &gt; td {
    line-height: normal;
}

#tabsAndPriceWrapper {
    position: static;
    padding: 0;
}

.tab-pane {
    padding-top: 10px !important;
}

#booking_form .radio {
    margin-top: 4px;
}

#booking_form {
	font-size: 12px;
	margin-bottom: 0;
}

#booking_form div.tabPane {
	border-style: none;
}

#booking_form .tabPane .framesubContainer {
    margin-bottom: 16px;
}

.tabPane .subtitle {
    padding: 0 0;
    font-size: 15px;
    margin-bottom: 0;
}

#currentPriceInfos {
	border: 1px solid black;
    background-color: #FFF;
    display: inline-block;
	margin-top: 6px;
	margin-bottom: 0;
}

form.ng-pristine:nth-child(1) &gt; fieldset:nth-child(1) &gt; div:nth-child(6) &gt; div:nth-child(3) &gt; br:nth-child(3) {
	margin: 0 3px -20px 0;
}

table.tb-table-itinerary,
table.tb-table-itinerary table,
#additionalservices_form table {
    font-size: 12px;
}

.tb-form-thanks table {
    font-size: 12px;
}

/* ======================================
 * price table always visible
 * ====================================== */
table#pricetable {
    display: table !important;
}

#onlyPrice {
    display: none !important;
}

/* ======================================
 * footer
 * ====================================== */
#footer {
    display: none;
}

/* ======================================
 * arrows - price table toggle
 * ====================================== */
.arrow {
    display: none;
}</pre></body></html>