.navbar-brand {
    font-size: 1rem;
    background-color: white;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}


/* links in tables like ToDo */
td a,
td a:active,
td a:focus,
td a:hover {
    text-decoration: none;
    color: black;
}
td a:hover {
    text-decoration: underline;
}