.navbox {
display: table;
overflow: visible;
width: 100%;
text-align: left;
line-height: 1.3em;
}
.navbox-header {
background-color: var(--color-Dic-Theme);
color: var(--color-Dic-Title);
border-bottom-width: 0;
font-size: 1.05em;
padding: 5px 10px;
text-align: center;
border-radius:3.25px;
}
.navbox-bar {
text-align:center;
min-width:6em;
border-radius:3.25px;
}
.navbox-page {
border-radius:3.25px;
border-top: 1px solid;
}