.ilocal-community-menu {
    max-width: 300px;
    font-size: 14px;
    margin-bottom: 20px;
}

.ilocal-community-container{
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffff;
    color: #6666;
    border: 1px solid #6666;
}
.ilocal-community-container span.title {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    padding: 10px 15px;
    background-color: #666;
}
.ilocal-community-container ul.menu-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ilocal-community-container ul.menu-items li.menu-item {
    border-bottom: 1px solid #6666;
    padding: 6px 20px;
    cursor: pointer;
}

.ilocal-community-container ul.menu-items li.menu-item a {
    display: block;
    text-decoration: none;
}
.ilocal-community-container ul.menu-items li.menu-item:hover {
    background-color: #f0f0f0;
}


.ilocal-community-container .action-back {
    text-decoration: none;
    font-weight: bold;
    float: none;
    display: block;
    color: #666;
}