<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.new_faq_tree {
	width:300px;
	padding:10px;
	border-right:solid 1px lightgrey;
}

.faq-list {
   	list-style-type: none;
   	font-weight: normal;
	height:calc(100vh - 50px);
	overflow:auto;
	position:fixed;
	width:300px;
	padding:10px;
	box-sizing: border-box;
}

.faq-list li {
	padding:5px 0px;
}

.faq-list li a {
  color: #000000;
  text-decoration: none;
}

.faq-substring.selected {
    font-weight: bold
}

.faq-substring.selected:before {
    content: "\A";
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #000000;
    position: absolute;
    left: -18px;
    top: 4px;
}

.faq-content {
	margin:0px 30px;
	max-width:900px;
}

.faq-content h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 15px 20px 15px;
}

.faq-content p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0px;
    padding-bottom: 15px;
}

.faq-content img {
    margin: 0 auto;
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
}

.faq-content ul {
    padding-left: 0px;
    padding-bottom: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.5;
}

.faq-content ul li {
    margin-left: 15px;
}

.faq-content_image img {
    margin-bottom: 5px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    max-width: 100%;
}

.faq-content div {
    display: flex;
    flex-direction: column;
    padding: 14px 33px 14px 17px;
    border-radius: 3px;
    background-color: #fceee7;
    border: solid 1px #eda47e;
    margin-bottom: 15px;
}

.faq-content div p {
    line-height: 1.5;
    margin: 0;
    padding-bottom: 15px;
}

.faq-content div p:last-child {
    padding-bottom: 0px;
}

.image--center {
    vertical-align: middle;
    max-width: 32px;
    margin-bottom: 0px !important;
    border: none !important;
    border-radius: 0 !important;
}</pre></body></html>