.list-group-item {
    position: relative;
    display: inline-flex;
    padding: 0.4rem 2.5rem 0.4rem .7em;
    margin-bottom: 0.95rem;
    margin-right: 0.75rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25em;
    font-weight: 500;
}
.list-group-item u {
font-size: 9px;
    /* margin-right: 10px; */
    /* margin-top: 3px; */
    text-decoration: none;
    background-color: #fffaeb;
    padding: 0 3px;
    border-radius: 5px;
    position: absolute;
    top: -5px;
    border: 1px solid #ffeaab;
    left: -5px;
    
    display: none;
}

span.keyword strong {
font-weight: 500;
background-color: #fffbf0;
}

.list-group {
    display: block;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.copy-icon {
cursor: pointer;
    color: #25889b;
    font-size: .8rem;
    position: absolute;
    right: 13px;
    top: 14px;
}

.copy-icon:hover {
cursor: pointer;
    -webkit-text-stroke: 1px;
    color: #00458d
}