.osy-labelcheck {
    padding: 1px;
    font-size: 10px;
    border: 1px solid #75b9dd;
    color: #888;
    background-color: #ddd;
    border-radius: 3px;
    margin-left: 1px;
    margin-bottom: 1px;
    display: inline-block;
    width: 60px;
    max-width: 120px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}

.osy-labelcheck.selected {
    background-color: white;
    color: #3893c1;
}