<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	color: rgb(51, 51, 51); /*hotelaPlusFontColorDark*/
	height: 100%;
	font-family: 'OpenSans-Regular', 'Open Sans';
	font-feature-settings: "kern";
	font-kerning: normal;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100%;
}

body {
	display: flex;
	flex-direction: column;	
	height: 100%;
	margin: 0px;
	background-image: none;
	background-color: #f7f9f9;
	position: static;
	left: auto;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
	overflow: hidden;
}

input {
	font-family: 'OpenSans-Regular', 'Open Sans';
	font-size: 14px;
}

textarea {
	font-family: 'OpenSans-Regular', 'Open Sans';
	font-size: 14px;
}

select {
	font-family: 'OpenSans-Regular', 'Open Sans';
	font-size: 14px;
}

p {
	margin: 0px;
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern" 1;
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
	font-kerning: normal;
}</pre></body></html>