.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: rgb(120, 153, 4);
    background-color: white
}

a.disabled {
    background-color: rgb(155, 205, 102);
}