.space-overview__hero__header__content__intro--intro{
color: white;
}

.article__content table:is(.tablesorter-default,.confluenceTable,.attachments.aui) .confluenceTh, .article__content table:is(.tablesorter-default,.confluenceTable,.attachments.aui) .header-row, .article__content table:is(.tablesorter-default,.confluenceTable,.attachments.aui) .numberingColumn, .article__content table:is(.tablesorter-default,.confluenceTable,.attachments.aui) th{
background-color: hsl(198, 0%, 95%);
}

.article__content table:is(.tablesorter-default,.confluenceTable,.attachments.aui) tbody tr .tablesorter-header, .article__content table:is(.tablesorter-default,.confluenceTable,.attachments.aui) tbody tr td, .article__content table:is(.tablesorter-default,.confluenceTable,.attachments.aui) tbody tr th, .article__content table:is(.tablesorter-default,.confluenceTable,.attachments.aui) thead tr .tablesorter-header, .article__content table:is(.tablesorter-default,.confluenceTable,.attachments.aui) thead tr td, .article__content table:is(.tablesorter-default,.confluenceTable,.attachments.aui) thead tr th{
color: black;
}

.article__content .confluence-embedded-file-wrapper.confluence-embedded-manual-size{
 display: flex;
 justify-content: center;
}

.article__content table:is(.tablesorter-default, .confluenceTable, .attachments.aui) thead tr th.confluenceTh:nth-child(1){
  table-layout: fixed;
  width: 30%;
}

.article__content table:is(.tablesorter-default, .confluenceTable, .attachments.aui) thead tr th.confluenceTh:nth-child(2){
  table-layout: fixed;
  width: 70%;
}
