.group-shortcuts a {
    padding:0;
    padding-left:24px;
    color:#3d3d3d;
    background:transparent;
    position:relative;
    text-decoration:none!important;
    width:100%;
    display:inline-block;
    line-height:13px;
}
.group-shortcuts a::after {
    content:"";
    display:block;
    position:absolute;
    left:6px!important;
    width:16px;
    height:16px;
    background-repeat:no-repeat;

    top:3px!important;
    background-size:100% 100%;
}
.favLeagueTitle::before {
    content:"";
    display:block;
    position:absolute;
    left:10px;
    width:16px;
    height:16px;
    background-repeat:no-repeat;
    top:7px;
    background-size:100% 100%;
}
.favLeagueTitle {
    padding-left:30px!important;
}
.group-shortcuts a span {
    width:95%;
    margin:auto;
    display:inline-block;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    margin-top:4px;
    font-size: 13px;
    font-weight: bold;
}
.group-shortcuts .noevs {
    text-align:center;
    padding:8px 0;
}