
div { 
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: justify;
  font-family: "MS Commic Sans", cursive;
}

p {  
 text-indent:17px;
 text-align: justify;
} 


table:confluenceTable {
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: justify;
  font-family: "MS Commic Sans", cursive;
}

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;
}


