<style>

.summarytables {
    border-collapse: collapse;
    margin: 0 auto;
}
.summarytables.listingtable {
    border none;
}
.summarytables.tableone {
    border: none;
    white-space: nowrap;
}
.summarytables.tableone .body {
    text-align: center;
}
.summarytables > thead {
    border-bottom: 1px solid black;
}
.summarytables > tbody td {
    font-size: 0.75rem;
}
.summarytables > tbody td code {
    font-size: 0.75rem;
}
.summarytables td {
    padding: 0.2rem 0.5rem;
}
.summarytables pre {
    white-space: pre;
}
.summarytables.listingtable td {
    border: 1px solid black;
}
.summarytables.listingtable .header {
    font-weight: bold;
}
.summarytables.tableone td {
    border: 0;
}
.summarytables td.empty {
    border: 0;
}
.summarytables.tableone td.analysis-name {
    padding-left: 1.25em;
}
.summarytables.tableone td.variable-header {
    font-weight: bold;
}
.summarytables.tableone .column-header {
    text-align: center;
    font-weight: bold;
}
.summarytables.tableone .column-header-key {
    text-align: center;
    font-weight: 500;
}
.summarytables.tableone .column-header.spanned {
    border-bottom: 1px solid black;
}

</style>
<table class="tableone summarytables "><thead><tr><td class="empty"></td><td class="column-header ">Overall</td></tr></thead><tr><td class="variable-header ">value1</td><td class="empty"></td></tr><tr><td class="analysis-name ">Mean (SD)</td><td class="body ">4.5 (2.4)</td></tr><tr><td class="analysis-name ">Median [Min, Max]</td><td class="body ">4.5 [1.0, 8.0]</td></tr></table>