.menu-item {
    display: flex;
    padding: 1px 6px;
    border: 1px outset buttonborder;
    border-radius: 3px;
    color: buttontext;
    background-color: buttonface;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: white;
    background-color: #007bff;
}

a.disabled {
    background-color: slategrey;
}