.navbox {
display: table;
overflow: visible;
width: 100%;
text-align: left;
line-height: 1.3em;
}
.navbox tr td {
box-sizing: border-box;
padding: 4px 10px;
}
.navbox-header {
background: linear-gradient(90deg, #750800, #ba0000);
color: var(--color-Dic-Title);
font-size: 1.05em;
padding: 0 10px;
text-align: center;
font-weight: bolder;
}
.navbox-bar {
text-align:center;
min-width:6em;
font-weight: bold;
border-right: 1px solid var(--color-Dic-Theme);
border-top: 1px dotted var(--color-surface-4);
}
.navbox-page {
border-top: 1px dotted var(--color-surface-4);
}
.navbox-header, .navbox-header+tr td {
border-top: none;
}