.link-voltar { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #666666;
	text-decoration: none
}

#screen > .healsHeader > [ttype=usercontext] #stack-context .context-item {
    padding-right: 14px; /* padrão do twfc é 20px */
    padding-left: 14px; /* padrão do twfc é 8px */
}

/* habilitando o flexbox para sobrescrever os float:left de seus filhos */
#screen > .healsHeader > [ttype=usercontext] {
    display: flex;
    position: relative;
    height: fit-content;
}

#screen > .healsHeader > [ttype=usercontext] > #stack-context {
    margin-right: initial;
}

#screen > .healsHeader > [ttype=usercontext] > #stack-context .context-item {
    white-space: break-spaces;
    height: fit-content;
}

#screen > .healsHeader > [ttype=usercontext] > #buttonContextPlus {
    position: relative;
}

/* posicionando os itens agrupados em relação a área do usercontext */
#screen > .healsHeader > [ttype=usercontext] > #stack-context-plus {
    right: 0;
    top: 38px;
}

#screen > .healsHeader > [ttype=usercontext] > #stack-context-plus .context-item-info {
    width: max-content;
}