
.uit.tag.label::before, .uit.tag.labels .label::before {
    position: absolute;
    -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
    transform: translateY(-50%) translateX(50%) rotate(-45deg);
    top: 50%;
    right: 100%;
    content: '';
    background-color: inherit;
    background-image: none;
    width: 1.88em;
    height: 1.88em;
    -webkit-transition: none;
    transition: none;
}

/*
::after, ::before {
    box-sizing: inherit;
}
*/

.uit.labels a.label:hover::before, a.uit.label:hover::before {
    color: rgba(0,0,0,.8);
}

.uit.tag.label::after, .uit.tag.labels .label::after {
    position: absolute;
    content: '';
    top: 50%;
    left: -.25em;
    margin-top: -.25em;
    background-color: #FFF !important;
    width: .5em;
    height: .5em;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.3);
    border-radius: 500rem;
}

.uit.tag.label, .uit.tag.labels .label {
    font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.4285em;
    color: rgba(0,0,0,.6);
    
    margin-left: 1em;
    position: relative;
    padding-left: 1.5em;
    padding-right: 1.5em;
    border-radius: 0 .28571429rem .28571429rem 0;
    -webkit-transition: none;
    transition: none;
}

a.uit.label:hover, a.uit.labels .label:hover {
    background-color: #E0E0E0;
    border-color: #E0E0E0;
    background-image: none;
    color: rgba(0,0,0,.8);
}

.uit.labels > .label {
    margin: 0 .5em .5em 0;
        margin-left: 0px;
}
a.uit.label {
    cursor: pointer;
}
.uit.label {
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    margin: 0 .14285714em;
    background-color: #E8E8E8;
    background-image: none;
    padding: .5833em .833em;
        padding-right: 0.833em;
        padding-left: 0.833em;
    color: rgba(0,0,0,.6);
    text-transform: none;
    font-weight: 700;
    border: 0 solid transparent;
    border-radius: .28571429rem;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
}
a.uit {
        background: 0 0;
        background-color: rgba(0, 0, 0, 0);
        background-image: none;
    color: #4183C4;
    text-decoration: none;
}
a.uit:hover {
    color: #1e70bf;
    text-decoration: none;
}
a.uit:active, a.uit:hover {
    outline: 0;
}

div .theme.uit.tag.labels {margin-top:5px; padding-top:5px;}
a.uit.label.bingo, .uit.tag.label.bingo, .uit.tag.labels .label.bingo {color:#137ab7;}

