.support-page {
    padding: 40px 10px 20px;
}
.support-page .page-title {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.3;
}
.support-page  .page-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #3fae29;
    margin-top: 5px;
}
.support-page .faq-list .faq a {
    display: block;
    padding: 15px;
    padding-left: 30px;
    position: relative;
    color: #666666;
    border-bottom: 1px dashed #cccccc;
    line-height: 1.5;
}
.support-page .faq-list .faq a:hover {
    color: #067eb6;
}
.support-page .faq-list .faq a:before {
    content: '\f059';
    position: absolute;
	font-family: 'fontawesome';
    top: 15px;
    left: 0;
    color: #999999;
}
.support-page h2.faq {
    font-weight: normal;
    font-size: 17px;
}
#right-sidebar ul.treeview{
    line-height: 22px;
    border: 1px solid #ededed;
    border-radius: 2px;
    margin: 10px 0;
}
#right-sidebar .treeview li{
    padding: 6px 11px;
    background: none;
    display: block;
    position: relative;
    padding-left: 12px;
    margin-left: 10px;
}
#right-sidebar .treeview li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #029900;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 0;
}
.support-page .faq-title {
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    margin: 20px 0;
    padding-left: 40px;
    position: relative;
    line-height: 22px;
}
.support-page .faq-title:before {
    content: '\f059';
    font-size: 27px;
	font-family: 'fontawesome';
    color: #3fae29;
    position: absolute;
    top: 0;
    left: 0;
}
.page-title.other-title{
	font-size: 22px;
    font-weight: bold;
    color: #333;
	margin-bottom: 20px;
    margin-top: 20px;
}
.page-title.other-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #3fae29;
    margin-top: 5px;
}
#page-bodyhtml img{
	max-width: 100%;
	height: auto;
}