/* To display the menu items inline */
#block-oakland-account-menu .menu {
    display: flex;
    flex-direction: row;
}

/* To change the color of the links to white */
#block-oakland-account-menu .menu a {
    color: white;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
}

/* To add a light grey transition on hover without underline */
#block-oakland-account-menu .menu a:hover {
    color: lightgrey;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

ul.menu{
    margin-left: 0px;
}

ul.menu a{
    font-size: 18px !important;
}

a.bi:before {
    margin-right: 5px;
}