<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	body.knowledge-bank {
    	background-color: #EEE!IMPORTANT;
	}
	
	#knowledgebase  .background-white {
    	background-color: #fff;
	}
	
	#knowledgebase  .background-black {
    	background-color:#2d3a42;
	}
	
	#knowledgebase  .block {
		margin:0 0 30px 0;
	}

	/* debug info */
	.debug
	{ 
		float:left;
		width:100%;
		font-size:10px;
		line-height:14px;
		margin:0 0 30px 0;
		display:none!IMPORTANT;
	}
	.debug .inner
	{ 
		background-color:#f2f2f2!IMPORTANT;	
	}
	.debug h2
	{ 
		width:100%;
		font-size:10px;
		line-height:14px;
		margin:10px 0 10px 0;
		padding:0 0 0 0;
		cursor:pointer;	
	}
	
	/* knowledgebase */
	#knowledgebase 
	{
	} 
	
	#knowledgebase .content h1 { 
		margin: 0 0 0 0;
    	font-size: 18px;
    	line-height: 20px;	
		padding: 0 0 10px 0;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #cfcfcf;
	}
	
	
	#knowledgebase form .kb_ask_question 
	{
		width:100%;
		height:40px;
		padding:0 15px 0 15px;
		margin:0 0 0px 0;
	}
	
	/* Show cad */
	#show_cad ul
	{
		list-style:none;
		margin:0 0 0 0;
		padding:0 0 0 0;
		float:left;
		width:100%;	
	}
	#show_cad ul li
	{ 
		float:left;
		margin:0 0 30px 0;
		font-size:14px; 
		line-height:18px;
		min-height:175px;
	}
	#show_cad ul li a .rollover p:before
	{ 
		content: "\e911";
	}
	#show_cad ul li h3
	{ 
		text-align:center;
		margin:10px 0 0 0;
	}
	#show_cad ul li .inner
	{ 
		background-color:#f2f2f2;
		min-height:200px;
	}
	#show_cad ul li img
	{ 
		float:left;
		width:100%;
		height:auto;
	}
	
	/* Add Question */
	.kb_add_question .kb_add_question_title
	{ 
		float:left;
		width:100%;
		height:40px;
		padding:0 15px 0 15px;
		margin:0 0 30px 0;		
	}
	
	.kb_add_question .kb_add_question_body
	{ 
		float:left;
		width:100%;
		height:100px;
		padding:15px 15px 15px 15px;
		margin:0 0 30px 0;				
	}
	
	.kb_add_question .kb_add_question_product
	{ 
		float:left;
		width:100%;
		height:100px;
		padding:15px 15px 15px 15px;
		margin:0 0 0px 0;				
	}
	.kb_add_question .kb_product_option
	{ 
		font-size:14px;
		line-height:18px;
		padding: 0 0 5px 0;			
	}
	
	/* Show Questions */
	#show_questions ul {
		float:left;
		width:100%;
		padding:0 0 0 0;
		margin:0 0 0 0;
	}
	
	#show_questions ul li {
		height:auto;
		list-style:none;
		margin:0 0 30px 0;
		padding:0 0 30px 0!IMPORTANT;
		border-bottom:1px solid #cfcfcf;
	}
	
	#show_questions ul li:last-of-type {
		margin:0 0 0 0;
	}
	
	#show_questions ul li .inner {
		background-color: #2d3a42;
    	color: #fff;
	}
	
	#show_questions ul li h3 {
    	color: #2d3a42;
	}
	
	#show_questions ul li p {
    	color: #2d3a42;
	}
	
	#show_questions ul li p:last-of-type {
		margin: 0 0 0 0;
	}
	
	#knowledgebase .tip
	{
		font-size:12px;
		margin:5px 0 30px 0;
		float:left;
		color:#CCC;
		width:100%;
	} 
	
	/* Loading Wheel */
	.kb_loading { 
		background-image:url(images/ajax-loader.gif);
		background-position:center 70px;
		background-repeat:no-repeat;
	}
	
	/* Search Panel */
	.kb_search_panel input[type=submit] {
		background-color:#000;
		color:#fff;
		width:40px;
		height:40px;
		float:left;
		border:1px solid #000;
		font-size:12px;
		cursor:pointer;
	}
	
	.kb_search_panel .kb_ask_question {
		width: calc(100% - 40px)!IMPORTANT;
		float:left;
	}
	
	/* Question CTA */	
	.kb_question_cta { 
		
	}
	.kb_question_cta h2 { 
		color:#fff;	
	}
	.kb_question_cta p { 
		color:#fff;	
	}
	.kb_question_cta .button { 
		background-color:#fff;	
		width:100%;
		color:#2d3a42;
		text-align:center;
	}</pre></body></html>