Atualizado recentemente 

<script>
AJS.toInit(function () {
    if (AJS.$("div.ia-fixed-sidebar").width() != 55) {
      AJS.$("a.expand-collapse-trigger").click();
    }
});
</script>
<style>
#title-text {
    padding-right: 200px;
}

#title-text a{
	font-size: 0px;
}

#title-text a:after{
    content: "TOTVS | Tecnologia";
	font-size: 35px;
}

.wiki-content {
    counter-reset: h1;
}

.wiki-content h1 {
    counter-reset: h2;
    font-weight: bold;
    text-transform: uppercase;
}

.wiki-content h2 {
    counter-reset: h3;
    font-weight: bold;
    text-transform: uppercase;
}

.wiki-content h3 {
    counter-reset: h4;
    font-weight: bold;
    text-transform: uppercase;
}

.wiki-content h4 {
    counter-reset: h5;
    font-weight: bold;
    text-transform: uppercase;
}

.wiki-content h5 {
    counter-reset: h6;
    font-weight: bold;
    text-transform: uppercase;
}

.wiki-content h6 {
    font-weight: bold;
    text-transform: uppercase;
}

.wiki-content h1:before {
    counter-increment: h1;
    content: counter(h1) ". ";
    color: #ff9900;
    display: inline-block;
    margin-right: 0.5em;
}

.wiki-content h2:before {
    counter-increment: h2;
    content: counter(h2) ". ";
    color: #ff9900;
    display: inline-block;
    margin-right: 0.5em;
}

.wiki-content h3:before {
    counter-increment: h3;
    content: counter(h3) ". ";
    color: #ff9900;
    display: inline-block;
    margin-right: 0.5em;
}

.wiki-content h4:before {
    counter-increment: h4;
    content: counter(h4) ". ";
    color: #ff9900;
    display: inline-block;
    margin-right: 0.5em;
}

.wiki-content h5:before {
    counter-increment: h5;
    content: counter(h5) ". ";
    color: #ff9900;
    display: inline-block;
    margin-right: 0.5em;
}

.wiki-content h6:before {
    counter-increment: h6;
    content: counter(h6) ". ";
    color: #ff9900;
    display: inline-block;
    margin-right: 0.5em;
}

</style>