.tab-container .tab ol li{
	list-style: decimal;
	display:list-item;
	list-style-position: inside;
	    color: #6E6E6E;
    margin-bottom: 13px;
    line-height: 1.6em;

}

.tab-container .tab ul li {
	list-style: disc inside none;
	display: list-item;
/*	margin-left: 20px;*/
	    color: #6E6E6E;
    margin-bottom: 13px;
    line-height: 1.6em;

}

.tab-container .tab ol ul,
.tab-container .tab ol ol,
.tab-container .tab ul ul,
.tab-container .tab ul ol {
    margin-top: 13px;
    padding-left: 35px;
}

.tab-container .tab img  {
    width: auto;
    height: auto;
}

.tab-container .tab a {
    display: initial;
}

.config-wrapper .forum-frame-right .liner small {
        width: calc(100% - 100px);
    text-align: right;
      line-height: 1.6em;
}

.config-wrapper .forum-frame-right .liner strong {
    width: 100px;
    line-height: 1.6em;
}

.config-wrapper .forum-frame-right .liner {
        line-height: 1!important;
   
    padding: 10px 0;
    margin: 5px 0;
}

@media (max-width: 980px) {
     .tab-container .tab ul li {
             font-size: 14px;
                 margin-bottom: 8px;
     }
}