
x-dropdown .dropdown-menu {
    color: #333;
    fill: #333;
    font-weight: 400;
    font-size: 0.9em;
    position: absolute; 
    z-index: 10000;
    padding: 12px 0;
    background-color: white;
    right: 0;
    top:0;
    margin: 0.4em;
}

x-dropwdown .dropdown-menu:hover
{
    cursor: pointer;
}

x-dropdown .dropdown-menu a
{
    text-decoration: none;
    color: inherit;
}

x-dropdown .menu-item{
    cursor: pointer;
}

x-dropdown dropdown-trigger x-button a{
    padding: 0 16px;
}