.navbar-nav > li {
    float: right;
    display: inline-block;
}
.navbar-nav > li > a {
    text-decoration: none
}
.menutext {
    font-size: 1.1em;
    text-align: left;    
}
.menuItem {
    color: white;
    margin-right:20px;
}

.select-menu-item {
    border-bottom: 3px solid white !important;
    color: white !important;
}

.menuItem:hover {
    color: white;
    background-color: transparent !important;
    border-bottom: 3px solid white;
}

.aiCommand {
    background-color: grey;
    color: white;
}

    .aiCommand :hover {
        background-color: grey;
        color: darkred;
    }

/*.fa.fa-button {
    border-radius: 10%;
    background: #b4b4b4;
}

    .fa.fa-button:hover {
        background: #EA6212;
    }

*/
       
