.module-submenu {
    border-bottom: solid thin rgb(70, 93, 140);
    border-top: solid thin rgb(70, 93, 140);
    padding: .5rem;
    text-align: left;
}

.submenu-button {
    border: solid thin grey; 
    border-radius: .25rem; 
    padding:.35rem; 
    margin: 0 .75rem;
    border: solid thin  rgba(70, 93, 140, .5);
    background-color:  white;
    text-decoration: none; 
}

.submenu-button:hover {
    border: solid thin  rgba(70, 93, 140, .5);
    background-color:  rgba(70, 93, 140, .5);
    text-decoration: none; 
    color: gainsboro;
}

.selected-submenu-button {
    border: solid thin  rgba(70, 93, 140, .5);
    background-color:  rgba(70, 93, 140, .5);
    text-decoration: none; 
    color:  black;
}

.other-mod-submenu-button {
    border-color:  rgba(23, 0, 228, .8);
    color: grey !important; 
}
