<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.css_gutschein textarea.cssVoucherText {
	max-width:100%;
	height:300px;
	line-height:normal;
}

.css_gutschein .voucherButtons {
	position:relative;
	z-index:10;
}

.css_gutschein .voucher-area-link {
	width:100%;
	display:block;
}

.css_gutschein .voucher-imageBox {
	text-align:center;
	margin:10px 0px;
	opacity:0.5;
	cursor:pointer;
}

.css_gutschein .voucher-imageBox:hover {
	opacity:1;
	z-index:99;
}

.css_gutschein #gallery .image-container {
	height:auto !important;
}

.css_gutschein .datepicker {
	min-width: 200px;
	z-index: 10;
	background-color: #f9f9f9;
	box-shadow: 0px 0px 20px 1px #ccc;
	-webkit-box-shadow: 0px 0px 20px 1px #ccc;
	-moz-box-shadow: 0px 0px 20px 1px #ccc;
}

#voucherAreaModal .modal-body .panel-heading {
    display:block !important;
}

#cssGutscheinGallery {
	position:	relative;
}

.css-gutschein-variations dt {
	line-height:normal;
}</pre></body></html>