
a.m-profile { /* add by ascom */
    margin: 0 20px;
}

.m-profile img { /* add by ascom */
    margin-left: 3px;
}

.m-profile-submenu {
    position: absolute;
    z-index: 99;
    display: none;
}

.m-profile-submenu > ul {
    left: auto;
    right: -85px;
    background: #fff;
    width: 270px;
    padding: 12px 18px;
    position: absolute;
    list-style: none;
    margin: 0;
    border-radius: 4px;
    z-index: 99;
    top: 7px;
}

.m-profile-submenu::before {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: 2px;
    right: -33px;
}

.m-profile-submenu li > a {
    font-weight: 400;
    font-size: 16px;
    color: #005187;
    padding: 7px 5px;
    transition: all .3s;
}

.m-profile-submenu li > a:hover {
    text-decoration: none;
    transform: scale(1.05);
}

.m-profile-submenu li {
    border-bottom: 1px solid #e8e8e8;
}

.m-profile-submenu li:last-child {
    border-bottom: none;
}