.documentation {
margin-top: 12px;
padding-top: 12px;
border-top: 1px solid;
border-color: red;
font-size: 14px;
}
.documentation-header {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.documentation-title {
color: #000000;
font-size: 18px;
font-weight: 700;
line-height: 150%;
}
/*.documentation-links {*/
/* font-family: var( --font-family-monospace );*/
/*}*/
.documentation-subheader {
color: #000000;
font-size: 18px;
line-height: 150%;
}
.documentation-content {
margin-top: 24px;
}
.documentation-modulestats {
padding: 24px;
background: #b3b3b3;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: space-between;
}
.documentation-modulestats .wikitable {
margin: 0;
}