.oc_badge {
    display: inline-block;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.oc_badge_im {
    display: inline-block;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 10px;
}

.oc_badge_0 {
    border-radius: 12px;
    background-color: #fff;
    color: #8b8b8b;
    font-size: 10px;
    width: fit-content;
    box-shadow: 0 -1px 8px 0 #ccc;
    text-align: center;
    max-width: unset;
    margin: 5px 0 0;
    padding: 0 5px;
    height: 13px;
    line-height: 13px;
    display: block;
}

.oc_badge_1 {
    background: rgba(255, 255, 255, .8);
    border-radius: 60%;
    padding: 2px 4px 3px 3px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    width: 24px;
    letter-spacing: -0.5px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
    text-align: center;
}

.oc_badge_2 {
    font-weight: bold;
    font-size: 11px;
    line-height: 14px;
    background: white;
    color: #333;
    padding: 0 4px;
    border-radius: 20px;
    width: 24px;
    text-align: center;
}

.oc_badge_3 {
    background: rgba(0,0,0,.4);
    color: #ddd;
    border-radius: 10px;
    padding: 0 5px;
    font-size: 11px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    width: 26px;
    text-align: center;
    margin-top: 0px;
}

.oc_badge_4 {
    border-radius: 10px;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    width: 22px;
    opacity: .8;
    color: #444;
    box-shadow: 0 0 0 1px #444;
    text-align: center;
}

.oc_badge_5 {
    font-family: 'Arial black', sans-serif;
    font-size: 11px;
    font-weight: normal;
    background: #fff;
    color: #777;
    width: 24px;
    border-radius: 2px;
    text-align: center;
    margin-top: 0px;
}

.oc_badge_6 {
    background: #fff;
    color: #444;
    border-radius: 2px;
    font-weight: bold;
    font-size: 11px;
    line-height: 11px;
    padding: 2px;
    width: 24px;
    position: relative;
    text-align: center;
}

.oc_badge_6:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
}

