#xy-leaderboard-widget .myus_user {
    width: 93%;
    min-width: 191px;
    max-width: 260px;
    height: 55px;
    text-align: left;
    margin-bottom: 5px;
    padding: 5px 3px 5px 3px;
    background-color: #f4f4f4;
    border: 2px solid #555;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
/* #xy-leaderboard-widget .myus_user img{border:none;padding:0;background:none;background-color:transparent} */
#xy-leaderboard-widget .myus_user img.avatar {
    float: left;
    margin: 0 10px 0 4px;
    width: 40px;
    height: 40px;
}
#xy-leaderboard-widget .myus_user .myus_title {
    width: 60%;
    margin-left: 50px;
    color: #f4f4f4;
    background-color: #444;
    font-size: 14px;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 3px 6px 3px 6px;
}
#xy-leaderboard-widget .myus_user .myus_title a {
    color: #fff;
    text-decoration: none;
}
#xy-leaderboard-widget .myus_user .myus_title a:hover {
    color: #fff;
    border-bottom: #fff 1px solid;
}
#xy-leaderboard-widget .myus_user .myus_count {
    margin-top: 2px;
    margin-left: 52px;
    color: #333;
    font-weight: bold;
    font-size: 11px;
}
#xy-leaderboard-widget .myus_icon {
    position: absolute;
    top: 10px;
    right: 5px;
    margin: 0;
}
#xy-leaderboard-widget .myus_num {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
#xy-leaderboard-widget .myus_num span {
    font-size: 8px;
}
#xy-leaderboard-widget .widget-block-bottom {
    padding-top: 18px;
}
#xy-leaderboard-widget .user_finish {
    clear: both;
}

#xy-leaderboard-widget .myus_user .myus_title {
    width: calc(100% - 90px);
    background-color: #177d8e;
    border-radius: 0;
}

#xy-leaderboard-widget .myus_user.xyach_leaderboard {
    max-width: 100%;
    width: auto;
    margin: 5px 10px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    border-top: 2px solid #999999;
}

#xy-leaderboard-widget {
    position: relative;
}
#xy-leaderboard-widget .leaderboard-action-form-container {
    position: relative;
    margin-bottom: 15px;
}
#xy-leaderboard-widget .leaderboard-action-select {
    padding: 3px 6px;
    width: 100%;
}
#xy-leaderboard-widget .leaderboard-action-message {
    padding: 3px 6px 2px 10px;
    width: 100%;
}

#xy-leaderboard-widget .myus_user > a {
    display: inline-block;
    float: left;
}
#xy-leaderboard-widget .myus_user img.avatar {
    border-radius: 3px;
}

#secondary .widget.widget_xy_leaderboard .widget-title a .dashicons {
    margin-right: 10px;
    float: right;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-weight: normal;
}
#secondary .widget.widget_xy_leaderboard .widget-title a:hover .dashicons {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
