.shortcutUser * {
    border: none;
    padding: 5px 5px 0 5px;
    margin: 0;
    overflow: hidden;
    word-wrap: break-word;
    font-family: Segoe UI !important;
}

.shortcutUser {
    border: solid 1px #765;
    padding: 5px 1px;
    font-size: 1em;
    z-index: 1;
    visibility: hidden;
    position: absolute;
    background-color: white;
    text-align: center
}

.shortcutUser p {
    padding: 0;
    padding-top: 5px;
    text-align: center
}

.shortcutUser em {
    font-style: normal
}

.shortcutUser p p{
    font-weight: bold;
}