.navbar {
    padding: 1em 1em 1em calc(50% - 320px) !important;
}

ul.navbar-nav.right-menu {
    width: 100%;
    justify-content: flex-end;
}

table td {
    font-size: 0.8rem !important;
}

.card .card-body .card-text {
    font-size: 1em !important;
}

.card-text > table td {
    font-size: 0.9rem !important;
    line-height: 1.8em;
}

td.info {
    border-right: 1px solid #bbb;
    padding-right: 1em !important;
    padding-left: 0 !important;
}
td.value {
    padding-left: 1em;
}

td.wide {
    border: none !important;
    font-style: italic;
}

td.wide > strong {
    font-style: normal !important;
}