
sup {
  vertical-align: super;
  font-size: 50%;
  font-family: "Trebuchet MS", sans-serif
}

#labels-section a.label {
  background-color: #444444;
  color: #FFFFFF;
  border: 0;
}

#labels-section a:hover.label {
  background-color: #66CC33;
  border: 0;
  /* border:1px solid #444444; */
}

p {  
 text-indent:17px;
 text-align: justify;
} 

/* Comentado para Refined Wiki
div { 
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: justify;
  font-family: "Trebuchet MS", sans-serif
}

table:confluenceTable {
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: justify;
  font-family: "Trebuchet MS", sans-serif
}

table.confluenceTable td.confluenceTd {
  border-style: none;
}

#children-section {
  display: none;
  visibility: hidden;
}

*/

/*aumenta o tamanho e sobreesqueve o valor que estava no style inline([style] é o style inline do HTML)  */
#com-atlassian-confluence .ic-sidebar #wysiwyg[style]{ 
  height: 400px !important; 
}

/*Trabalha em conjunto com o css acima, responsável por retirar o espaço enorme que fica nessa div. */
#com-atlassian-confluence .ic-sidebar #rte{
   min-height: 0px;
}


