.sy-user-auth {
    max-width: 980px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sy-user-auth__body {
    margin-right: 20px;
    padding: 2px 10px;
    background-color: #eee;
    border: 1px solid #bbb;
    border-top-width: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 0.8461em;
}

.sy-user-auth a {
    color: #c73485;
}

.sy-user-auth__user-name {
    font-weight: bolder;
}
