

.e-chip{
    position: relative;
    display: inline-flex;
    min-width: 60px;
    height: 32px; 
    line-height: 32px;
    justify-content: center;
    justify-items: center;
    text-align: center;
    border-radius: 32px;
    background: #ddd; 
    box-sizing: border-box;

    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 12px;
    padding-right: 12px;
    white-space: nowrap;

    font-size: 0.8em;
}
.e-chipa , .e-chip * , .e-chipa:active {
    text-decoration: none;
    color: #3f3f3f !important;
}
.chip.small{
    min-width: 50px;
    height: 26px;
    line-height: 26px; 
    padding-left: 10px;
    padding-right: 10px;

    font-size: 0.75em;
}

.chip.very-small {
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 0.45rem;
    padding-left: 8px;
    padding-right: 8px;
}
