<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*cm_sysdb_begin*/
@import url("//fonts.cm4all.net/css?subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,khmer,latin,latin-ext,vietnamese&amp;family=Basic:regular");
/*cm_sysdb_end*/

.cm-offline-content {
    color: #000000;
    background-color: #C0C0C0;
}

body, #page_wrapper, .content_main_dho {
	font-family:	Basic, sans-serif;
	font-size:		large;
	font-weight:	normal;
	font-style:		normal;
}
h1, .cm-h1 {
	font-size:		xx-large;
	font-family:	Basic, sans-serif;
	font-weight:	bold;
	font-style:		normal;
}
h2, #title_wrapper h2 {
	font-size:		large;
	font-family:	Basic, sans-serif;
	font-weight:	bold;
	font-style:		normal;
}
h3 {
	font-size:		medium;
	font-family:	Basic, sans-serif;
	font-weight:	bold;
	font-style:		normal;
}
h4, h5, h6 {
	font-family:	Basic, sans-serif;
}
#title_wrapper h1 {
	font-family:	Basic, sans-serif;
	font-size:		xx-large;
	font-weight:	normal;
	font-style:		normal;
}
#title_wrapper h2 {
	font-family:	Basic, sans-serif;
	font-size:		xx-large;
	font-weight:	normal;
	font-style:		normal;
}
#cm_navigation a {
	font-size:		large;
	font-family:	Basic, sans-serif;
	font-weight:	normal;
	font-style:		normal;
}



/* ################################################## */
/* ################ INPUT ELEMENTS ################## */
/* ################################################## */
#page_wrapper .cm_widget input[type='text'], #page_wrapper .cm_widget input[type='date'], #page_wrapper .cm_widget input[type='datetime'], 
#page_wrapper .cm_widget input[type='email'], #page_wrapper .cm_widget input[type='number'], #page_wrapper .cm_widget input[type='password'],
#page_wrapper .cm_widget input[type='search'], #page_wrapper .cm_widget input[type='tel'], #page_wrapper .cm_widget input[type='time'],
#page_wrapper .cm_widget input[type='url'], #page_wrapper .cm_widget textarea, #page_wrapper .cm_widget select,
#page_wrapper .cm_widget button, #page_wrapper .cm_widget input[type='button'], #page_wrapper .cm_widget input[type='submit'], #page_wrapper .cm_widget input[type='reset'] {
	border-radius:		0px;
	padding:			9px 14px;
	color:				#000000;
	background-color:	#C0C0C0;
	background-color:	rgba(0,0,0,0.08);
	border:				1px solid rgba(0,0,0,0.15);
	-webkit-transition:	color 0.3s, background-color 0.3s, box-shadow 0.3s, border 0.3s;
	-moz-transition:	color 0.3s, background-color 0.3s, box-shadow 0.3s, border 0.3s;
	-o-transition:		color 0.3s, background-color 0.3s, box-shadow 0.3s, border 0.3s;
	transition:			color 0.3s, background-color 0.3s, box-shadow 0.3s, border 0.3s;
	
	font-family:	Basic, sans-serif;
	font-size:		large;
	font-weight:	normal;
	font-style:		normal;
}
#page_wrapper .cm_widget button, #page_wrapper .cm_widget input[type='button'], #page_wrapper .cm_widget input[type='submit'], #page_wrapper .cm_widget input[type='reset'] {
	cursor:			pointer;
}
#page_wrapper .cm_widget input[type='text']:focus, #page_wrapper .cm_widget input[type='date']:focus, #page_wrapper .cm_widget input[type='datetime']:focus, 
#page_wrapper .cm_widget input[type='email']:focus, #page_wrapper .cm_widget input[type='number']:focus, #page_wrapper .cm_widget input[type='password']:focus,
#page_wrapper .cm_widget input[type='search']:focus, #page_wrapper .cm_widget input[type='tel']:focus, #page_wrapper .cm_widget input[type='time']:focus,
#page_wrapper .cm_widget input[type='url']:focus, #page_wrapper .cm_widget textarea:focus, #page_wrapper .cm_widget select:focus, #page_wrapper .cm_widget select:focus option,
#page_wrapper .cm_widget button:hover, #page_wrapper .cm_widget input[type='button']:hover, #page_wrapper .cm_widget input[type='submit']:hover, #page_wrapper .cm_widget input[type='reset']:hover {
	color:				#FFFFFF;
	color:				rgba(192,192,192,1);
	background-color:	rgba(0,0,0,0.7);
	background-color:	rgba(0,0,0,0.7);
	box-shadow:			0px 0px 15px rgba(0,0,0,0.3);
	outline:			none;
}

/**** SIDEBAR ****/
.content_sidebar .cm_widget input[type='text'], .content_sidebar .cm_widget input[type='date'], .content_sidebar .cm_widget input[type='datetime'], 
.content_sidebar .cm_widget input[type='email'], .content_sidebar .cm_widget input[type='number'], .content_sidebar .cm_widget input[type='password'],
.content_sidebar .cm_widget input[type='search'], .content_sidebar .cm_widget input[type='tel'], .content_sidebar .cm_widget input[type='time'],
.content_sidebar .cm_widget input[type='url'], .content_sidebar .cm_widget textarea, .content_sidebar .cm_widget select,
.content_sidebar .cm_widget button, .content_sidebar .cm_widget input[type='button'], .content_sidebar .cm_widget input[type='submit'], .content_sidebar .cm_widget input[type='reset'] {
	color:				#ffffff;
	background-color:	#008080;
	background-color:	rgba(255,255,255,0.08);
	border:				1px solid rgba(255,255,255,0.15);
}
.content_sidebar .cm_widget input[type='text']:focus, .content_sidebar .cm_widget input[type='date']:focus, .content_sidebar .cm_widget input[type='datetime']:focus, 
.content_sidebar .cm_widget input[type='email']:focus, .content_sidebar .cm_widget input[type='number']:focus, .content_sidebar .cm_widget input[type='password']:focus,
.content_sidebar .cm_widget input[type='search']:focus, .content_sidebar .cm_widget input[type='tel']:focus, .content_sidebar .cm_widget input[type='time']:focus,
.content_sidebar .cm_widget input[type='url']:focus, .content_sidebar .cm_widget textarea:focus, .content_sidebar .cm_widget select:focus, .content_sidebar .cm_widget select:focus option,
.content_sidebar .cm_widget button:hover, .content_sidebar .cm_widget input[type='button']:hover, .content_sidebar .cm_widget input[type='submit']:hover, .content_sidebar .cm_widget input[type='reset']:hover {
	color:				rgba(0,128,128,1);
	background-color:	rgba(255,255,255,0.7);
}

/*****  FALLBACK FOR OLD SHOP *****/
.shopWidgetSeperatedDiv input[type='text'], .shopWidgetSeperatedDiv button, .shopWidgetSeperatedDiv input[type='button'], .shopWidgetSeperatedDiv input[type='submit'], .shopWidgetSeperatedDiv input[type='reset'] {
	padding:		8px 3px;
	min-width:		45px;
}	
.shopWidgetSeperatedDiv button, .shopWidgetSeperatedDiv input[type='button'], .shopWidgetSeperatedDiv input[type='submit'], .shopWidgetSeperatedDiv input[type='reset'] {
	background-size: 	cover !important;
	border:				none;
}



body {
	background-color: #C0C0C0;
}

#page_wrapper {	
	background-color: #C0C0C0;
}


#social_wrapper, .spacer_bottom {
	background-color: 	#000000;
	color:				#000000;
}

#head_wrapper, .kv_bg, #keyvisual:before {
	background-color: 	#393939;
}

.kv_bg {
	box-shadow:		0px -320px 320px -320px #C0C0C0 inset;
}


	

#title_wrapper {
	color:				#ffffff;
	background-color:	#393939;
}






.content_main_dho {
	color:				#000000;
}
.content_main_dho a {
	color:				#000000;
}
.content_main_dho a:hover {
	color:				#000000;
}



#cm_navigation li.cm_has_subnavigation &gt; a:after {
    border-color: #ffffff transparent -moz-use-text-color;
}
#cm_navigation &gt; ul &gt; li &gt; ul {
	color:				#ffffff;
	background-color:	#393939;
}

#cm_navigation &gt; ul &gt; li &gt; a {
	color:				#ffffff;
	background-color: 	transparent;
	border-bottom:		3px solid #CDCDCD;
}
#cm_navigation &gt; ul &gt; li.cm_current &gt; a {
	color:				#393939;
	background-color: 	#ffffff;
	border-bottom:		3px solid #CDCDCD;
	-webkit-box-shadow:	0px -20px 20px -20px #CDCDCD inset;
	-moz-box-shadow:	0px -20px 20px -20px #CDCDCD inset;
	box-shadow:			0px -20px 20px -20px #CDCDCD inset;
}
#cm_navigation &gt; ul &gt; li:hover &gt; a {
	color:				#393939;
	background-color: 	#ffffff;
	border-bottom:		3px solid #CDCDCD;
	box-shadow:			0px -20px 20px -20px #CDCDCD inset;
}


.cm_subnavigation &gt; li &gt; a {
	color:				#ffffff;
	background-color: 	#393939;
	border-bottom:		1px dotted #CDCDCD;
}
.cm_subnavigation &gt; li:last-child &gt; a {
}
.cm_subnavigation &gt; li.cm_current &gt; a {
	color:				#393939;
	background-color: 	#ffffff;
}
.cm_subnavigation &gt; li:hover &gt; a {	
	color:				#393939;
	background-color: 	#ffffff;
}


#cm_navigation a.toggle-nav,
#cm_navigation a.toggle-nav.clicked {
	color:				#ffffff !important;
	background-color:	transparent !important;
}



#footer_wrapper {
	color:				#ffffff;
	background-color:	#393939;
}
#footer a, #footer {
	color:				#ffffff;
}



.content_sidebar {
	color:				#ffffff;
	background-color:	#008080;
}
.content_sidebar a {
	color:				#ffffff;
}
.content_sidebar h1, .content_sidebar .cm-h1,
.content_sidebar h2, .content_sidebar h3,
.content_sidebar h4, .content_sidebar h5 {
	color:				#595959;
}







@media only screen and (min-width: 1024px) and (max-width: 1250px) {   /* ---- Tablet Landscape ---- */
	#logo_wrapper {	
		background-color: 	#393939;
	}

}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
	#logo_wrapper {	
		background-color: 	#393939;
	}
	#head_wrapper {
		box-shadow:		0px -400px 400px -400px #C0C0C0 inset;
	}
	#cm_navigation &gt; ul &gt; li:hover &gt; a, #cm_navigation &gt; ul &gt; li.cm_current &gt; a {
		border-bottom:		2px solid #CDCDCD;
	}
	.cm_subnavigation &gt; li &gt; a, .mobile_navigation {
		color:				#393939;
		background-color: 	#ffffff;
	}
	.cm_subnavigation &gt; li.cm_current &gt; a {
		color:				#ffffff;
		background-color: 	#393939;
	}
	.cm_subnavigation &gt; li:hover &gt; a {	
		color:				#ffffff;
		background-color: 	#393939;
	}
	.cm_subnavigation &gt; li.cm_has_subnavigation &gt; a:after {
		border-top:			1px solid #393939;
		border-right:		1px solid #393939;
	}
	.cm_subnavigation &gt; li.cm_has_subnavigation:hover &gt; a:after,
	.cm_subnavigation &gt; li.cm_has_subnavigation.cm_current &gt; a:after {
		border-top:			1px solid #ffffff;
		border-right:		1px solid #ffffff;
	}
	
	#cm_navigation .cm_subnavigation .toggle-nav {
		color:				#393939 !important;
	}

}



@media only screen and (min-width: 1px) and (max-width: 767px) {

	#cm_navigation &gt; ul &gt; li &gt; a, .mobile_navigation {	
		color:				#ffffff;
		background-color: 	#393939;
		border-bottom:		1px dotted #CDCDCD;
	}
	#cm_navigation &gt; ul &gt; li:hover &gt; a, #cm_navigation &gt; ul &gt; li.cm_current &gt; a {
		color:				#393939;
		background-color: 	#ffffff;
		border-bottom:		1px solid #CDCDCD;
		box-shadow:			none;
	}
	#cm_navigation &gt; ul &gt; li:last-child &gt; a {	
		border-bottom:		none;
	}
}


/*cm4all-vars-extension-force-color-begin*/
.cm4all-header-title-color.cm4all-force-color {
    color: #ffffff !important;
}
.cm4all-header-title-color.cm4all-force-background-color {
    background-color: #ffffff !important;
}
.cm4all-header-title-color.cm4all-force-border-color {
    border-color: #ffffff !important;
} 
.cm4all-header-subtitle-color.cm4all-force-color {
    color: #ffffff !important;
}
.cm4all-header-subtitle-color.cm4all-force-background-color {
    background-color: #ffffff !important;
}
.cm4all-header-subtitle-color.cm4all-force-border-color {
    border-color: #ffffff !important;
} 
.cm4all-header-background-color.cm4all-force-color {
    color: #393939 !important;
}
.cm4all-header-background-color.cm4all-force-background-color {
    background-color: #393939 !important;
}
.cm4all-header-background-color.cm4all-force-border-color {
    border-color: #393939 !important;
} 
.cm4all-header-alt-background-color.cm4all-force-color {
    color: #3f5765 !important;
}
.cm4all-header-alt-background-color.cm4all-force-background-color {
    background-color: #3f5765 !important;
}
.cm4all-header-alt-background-color.cm4all-force-border-color {
    border-color: #3f5765 !important;
} 
.cm4all-header-border-color.cm4all-force-color {
    color: #ff530d !important;
}
.cm4all-header-border-color.cm4all-force-background-color {
    background-color: #ff530d !important;
}
.cm4all-header-border-color.cm4all-force-border-color {
    border-color: #ff530d !important;
} 
.cm4all-header-alt-border-color.cm4all-force-color {
    color: #ff530d !important;
}
.cm4all-header-alt-border-color.cm4all-force-background-color {
    background-color: #ff530d !important;
}
.cm4all-header-alt-border-color.cm4all-force-border-color {
    border-color: #ff530d !important;
} 
.cm4all-content-color.cm4all-force-color {
    color: #000000 !important;
}
.cm4all-content-color.cm4all-force-background-color {
    background-color: #000000 !important;
}
.cm4all-content-color.cm4all-force-border-color {
    border-color: #000000 !important;
} 
.cm4all-content-headline-color.cm4all-force-color {
    color: #000000 !important;
}
.cm4all-content-headline-color.cm4all-force-background-color {
    background-color: #000000 !important;
}
.cm4all-content-headline-color.cm4all-force-border-color {
    border-color: #000000 !important;
} 
.cm4all-content-background-color.cm4all-force-color {
    color: #C0C0C0 !important;
}
.cm4all-content-background-color.cm4all-force-background-color {
    background-color: #C0C0C0 !important;
}
.cm4all-content-background-color.cm4all-force-border-color {
    border-color: #C0C0C0 !important;
} 
.cm4all-content-alt-background-color.cm4all-force-color {
    color: #efefef !important;
}
.cm4all-content-alt-background-color.cm4all-force-background-color {
    background-color: #efefef !important;
}
.cm4all-content-alt-background-color.cm4all-force-border-color {
    border-color: #efefef !important;
} 
.cm4all-content-border-color.cm4all-force-color {
    color: #ff530d !important;
}
.cm4all-content-border-color.cm4all-force-background-color {
    background-color: #ff530d !important;
}
.cm4all-content-border-color.cm4all-force-border-color {
    border-color: #ff530d !important;
} 
.cm4all-content-alt-border-color.cm4all-force-color {
    color: #ff530d !important;
}
.cm4all-content-alt-border-color.cm4all-force-background-color {
    background-color: #ff530d !important;
}
.cm4all-content-alt-border-color.cm4all-force-border-color {
    border-color: #ff530d !important;
} 
.cm4all-content-link-color.cm4all-force-color {
    color: #000000 !important;
}
.cm4all-content-link-color.cm4all-force-background-color {
    background-color: #000000 !important;
}
.cm4all-content-link-color.cm4all-force-border-color {
    border-color: #000000 !important;
} 
.cm4all-content-link-hover-color.cm4all-force-color {
    color: #000000 !important;
}
.cm4all-content-link-hover-color.cm4all-force-background-color {
    background-color: #000000 !important;
}
.cm4all-content-link-hover-color.cm4all-force-border-color {
    border-color: #000000  !important;
} 
.cm4all-sidebar-color.cm4all-force-color {
    color: #ffffff !important;
}
.cm4all-sidebar-color.cm4all-force-background-color {
    background-color: #ffffff !important;
}
.cm4all-sidebar-color.cm4all-force-border-color {
    border-color: #ffffff !important;
} 
.cm4all-sidebar-headline-color.cm4all-force-color {
    color: #595959 !important;
}
.cm4all-sidebar-headline-color.cm4all-force-background-color {
    background-color: #595959 !important;
}
.cm4all-sidebar-headline-color.cm4all-force-border-color {
    border-color: #595959 !important;
} 
.cm4all-sidebar-background-color.cm4all-force-color {
    color: #008080 !important;
}
.cm4all-sidebar-background-color.cm4all-force-background-color {
    background-color: #008080 !important;
}
.cm4all-sidebar-background-color.cm4all-force-border-color {
    border-color: #008080 !important;
} 
.cm4all-sidebar-alt-background-color.cm4all-force-color {
    color: #bdd4de !important;
}
.cm4all-sidebar-alt-background-color.cm4all-force-background-color {
    background-color: #bdd4de !important;
}
.cm4all-sidebar-alt-background-color.cm4all-force-border-color {
    border-color: #bdd4de !important;
} 
.cm4all-sidebar-border-color.cm4all-force-color {
    color: #ff530d !important;
}
.cm4all-sidebar-border-color.cm4all-force-background-color {
    background-color: #ff530d !important;
}
.cm4all-sidebar-border-color.cm4all-force-border-color {
    border-color: #ff530d !important;
} 
.cm4all-sidebar-alt-border-color.cm4all-force-color {
    color: #ff530d !important;
}
.cm4all-sidebar-alt-border-color.cm4all-force-background-color {
    background-color: #ff530d !important;
}
.cm4all-sidebar-alt-border-color.cm4all-force-border-color {
    border-color: #ff530d !important;
} 
.cm4all-sidebar-link-color.cm4all-force-color {
    color: #ffffff !important;
}
.cm4all-sidebar-link-color.cm4all-force-background-color {
    background-color: #ffffff !important;
}
.cm4all-sidebar-link-color.cm4all-force-border-color {
    border-color: #ffffff !important;
} 
.cm4all-sidebar-link-hover-color.cm4all-force-color {
    color: #ffffff !important;
}
.cm4all-sidebar-link-hover-color.cm4all-force-background-color {
    background-color: #ffffff !important;
}
.cm4all-sidebar-link-hover-color.cm4all-force-border-color {
    border-color: #ffffff  !important;
} 
.cm4all-navigation-color.cm4all-force-color {
    color: #ffffff !important;
}
.cm4all-navigation-color.cm4all-force-background-color {
    background-color: #ffffff !important;
}
.cm4all-navigation-color.cm4all-force-border-color {
    border-color: #ffffff !important;
} 
.cm4all-navigation-alt-color.cm4all-force-color {
    color: #bdd4de !important;
}
.cm4all-navigation-alt-color.cm4all-force-background-color {
    background-color: #bdd4de !important;
}
.cm4all-navigation-alt-color.cm4all-force-border-color {
    border-color: #bdd4de !important;
} 
.cm4all-navigation-background-color.cm4all-force-color {
    color: #393939 !important;
}
.cm4all-navigation-background-color.cm4all-force-background-color {
    background-color: #393939 !important;
}
.cm4all-navigation-background-color.cm4all-force-border-color {
    border-color: #393939 !important;
} 
.cm4all-navigation-alt-background-color.cm4all-force-color {
    color: #3f5765 !important;
}
.cm4all-navigation-alt-background-color.cm4all-force-background-color {
    background-color: #3f5765 !important;
}
.cm4all-navigation-alt-background-color.cm4all-force-border-color {
    border-color: #3f5765 !important;
} 
.cm4all-navigation-border-color.cm4all-force-color {
    color: #CDCDCD !important;
}
.cm4all-navigation-border-color.cm4all-force-background-color {
    background-color: #CDCDCD !important;
}
.cm4all-navigation-border-color.cm4all-force-border-color {
    border-color: #CDCDCD !important;
} 
.cm4all-navigation-alt-border-color.cm4all-force-color {
    color: #ff530d !important;
}
.cm4all-navigation-alt-border-color.cm4all-force-background-color {
    background-color: #ff530d !important;
}
.cm4all-navigation-alt-border-color.cm4all-force-border-color {
    border-color: #ff530d !important;
} 
.cm4all-subnavigation-color.cm4all-force-color {
    color: #efefef !important;
}
.cm4all-subnavigation-color.cm4all-force-background-color {
    background-color: #efefef !important;
}
.cm4all-subnavigation-color.cm4all-force-border-color {
    border-color: #efefef !important;
} 
.cm4all-subnavigation-alt-color.cm4all-force-color {
    color: #bdd4de !important;
}
.cm4all-subnavigation-alt-color.cm4all-force-background-color {
    background-color: #bdd4de !important;
}
.cm4all-subnavigation-alt-color.cm4all-force-border-color {
    border-color: #bdd4de !important;
} 
.cm4all-subnavigation-background-color.cm4all-force-color {
    color: #2b3a42 !important;
}
.cm4all-subnavigation-background-color.cm4all-force-background-color {
    background-color: #2b3a42 !important;
}
.cm4all-subnavigation-background-color.cm4all-force-border-color {
    border-color: #2b3a42 !important;
} 
.cm4all-subnavigation-alt-background-color.cm4all-force-color {
    color: #3f5765 !important;
}
.cm4all-subnavigation-alt-background-color.cm4all-force-background-color {
    background-color: #3f5765 !important;
}
.cm4all-subnavigation-alt-background-color.cm4all-force-border-color {
    border-color: #3f5765 !important;
} 
.cm4all-subnavigation-border-color.cm4all-force-color {
    color: #ff530d !important;
}
.cm4all-subnavigation-border-color.cm4all-force-background-color {
    background-color: #ff530d !important;
}
.cm4all-subnavigation-border-color.cm4all-force-border-color {
    border-color: #ff530d !important;
} 
.cm4all-subnavigation-alt-border-color.cm4all-force-color {
    color: #ff530d !important;
}
.cm4all-subnavigation-alt-border-color.cm4all-force-background-color {
    background-color: #ff530d !important;
}
.cm4all-subnavigation-alt-border-color.cm4all-force-border-color {
    border-color: #ff530d !important;
} 
.cm4all-footer-color.cm4all-force-color {
    color: #ffffff !important;
}
.cm4all-footer-color.cm4all-force-background-color {
    background-color: #ffffff !important;
}
.cm4all-footer-color.cm4all-force-border-color {
    border-color: #ffffff !important;
} 
.cm4all-footer-alt-color.cm4all-force-color {
    color: #efefef !important;
}
.cm4all-footer-alt-color.cm4all-force-background-color {
    background-color: #efefef !important;
}
.cm4all-footer-alt-color.cm4all-force-border-color {
    border-color: #efefef !important;
} 
.cm4all-footer-background-color.cm4all-force-color {
    color: #393939 !important;
}
.cm4all-footer-background-color.cm4all-force-background-color {
    background-color: #393939 !important;
}
.cm4all-footer-background-color.cm4all-force-border-color {
    border-color: #393939 !important;
} 
.cm4all-footer-alt-background-color.cm4all-force-color {
    color: #bdd4de !important;
}
.cm4all-footer-alt-background-color.cm4all-force-background-color {
    background-color: #bdd4de !important;
}
.cm4all-footer-alt-background-color.cm4all-force-border-color {
    border-color: #bdd4de !important;
} 
.cm4all-footer-border-color.cm4all-force-color {
    color: #ff530d !important;
}
.cm4all-footer-border-color.cm4all-force-background-color {
    background-color: #ff530d !important;
}
.cm4all-footer-border-color.cm4all-force-border-color {
    border-color: #ff530d !important;
} 
.cm4all-footer-alt-border-color.cm4all-force-color {
    color: #ff530d !important;
}
.cm4all-footer-alt-border-color.cm4all-force-background-color {
    background-color: #ff530d !important;
}
.cm4all-footer-alt-border-color.cm4all-force-border-color {
    border-color: #ff530d !important;
} 
.cm4all-body-background-color.cm4all-force-color {
    color: #efefef !important;
}
.cm4all-body-background-color.cm4all-force-background-color {
    background-color: #efefef !important;
}
.cm4all-body-background-color.cm4all-force-border-color {
    border-color: #efefef !important;
}
/*cm4all-vars-extension-force-color-end*/</pre></body></html>