.navbox {
display: table;
overflow: visible;
width: 100%;
text-align: left;
line-height: 1.3em;
}
.navbox-header {
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;
}