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

#log {	
	background: #F5F4F0;
	border: solid 1px #DEDBD1;
	padding: 0.3em;
	margin: 10px 0px;
	width:100%;
}
 
#start a { 
	font-weight: bold;
}

#yj_booking{
width:100%;
padding:3px;
margin:0 auto;
overflow:hidden;
}

#yj_booking form{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div.reservation
{
	font: normal 12px "Trebuchet MS", Arial, Verdana;
	color: black;
}

div.reservation fieldset
{
	border: solid 1px #DEDBD1;
	margin: 0;
	margin-bottom: 4px;
	padding: 6px;
}

div.reservation fieldset input,
div.reservation fieldset select,
div.reservation fieldset button,
div.reservation fieldset textarea
{
	vertical-align: middle;
	font: normal 13px "Trebuchet MS", Arial, Verdana;
	border: solid 2px #CCCCCC;
	margin-bottom:4px;
}

div.reservation fieldset.personal-data input
{
	width: 170px;
	border: solid 1px #DEDBD1;

	
}

div.reservation fieldset textarea,
.element textarea
{
	overflow: auto;
	width:100%;
	height: 100px;
	white-space:normal;
}

div.reservation legend
{
	background: infobackground;
	border: solid 1px #DEDBD1;
	padding: 0 4px;
	margin-bottom: 4px;
	font-weight: bold;
}



div.reservation fieldset label
{
	display: block;
}

div.reservation fieldset div
{
	float: left;
	margin-right: 6px;
}

.display-none
{
	display: none;
}

.display-block
{
	display: block;
}

.validator
{
	background: url('images/warning.gif') no-repeat;
	padding-left: 20px;
	color: red;
}

.text-align-right
{
	text-align: left;
}

.break
{
	clear: both;
}





.toggler  {
cursor:pointer;
background: infobackground;
border: solid 1px #DEDBD1;
padding: 0 4px;
margin-bottom: 4px;
font-weight: bold;
font: normal 13px "Trebuchet MS", Arial, Verdana;
}

.element{ 
padding:0 5px;
width:95%;

}</pre></body></html>