/* Removendo itens e deixando o doc mais compacto */

hr {
    margin-top: 0;
    margin-bottom: 0;
}

.row.divider-outer .col.col-sm-6.col-xs-12 h5 {
    margin-bottom: 20px;
    height: 0 !important;
}

.article img,
.article .msg-erro-p,
.article h4#exemplo-via-gif,
.article div.marca-sem,
.article div.marca,
.article div.marca-pk,
.article sup,
.article blockquote,
.article hr.message-inner-separator {
    display: none;
}

sup.inicio {
    display: inline !important;
}

div.botoes-manuais {
    margin-bottom: -25px;
    float: right;
    position: relative;
    top: -38px;
    right: 5px;
}

div.botoes-manuais .btn.active {
    display: none;
}

.botoes-manuais .btn span:nth-of-type(1) {
    display: none;
}

.botoes-manuais .btn span:last-child {
    display: block;
}

.botoes-manuais .btn.active span:nth-of-type(1) {
    display: block;
}

.botoes-manuais .btn.active span:last-child {
    display: none;
}


/* Fim Removendo itens e deixando o doc mais compacto */