

.wiki-content  {
  background-color:transparent;
  border: none;
  max-width: 100ch;
  padding: 0px;
  text-align: justify;
  text-justify: inter-word;
}

.wiki-content  h1 {
  font-weight: bold;
  #border-bottom: 1px solid #888;
  border-bottom: 1pt solid #CCCCCC;
}

.wiki-content  h2{
  font-weight: bold;
  border-bottom: 1pt solid #CCCCCC;
}

.wiki-content code:not(.codeContent *)   {
  border-radius: 3pt;
  font-weight: lighter;
  padding: 1pt 2pt;
  border: 1pt solid #d7d7d7;
  background-color: #f6f6f6;
  color: #CC5500;
}

h1#title-text  {
    font-weight: bold;
}

/* this is to center content, but it has side effects 
#content.page.view  {
    display: flex;
    justify-content: center;
    align-items: center;
}
*/
