.tags .heading img.right {
    cursor: pointer;
    height: 14px;
}
.tags-public .tags-container {
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 5px;
}

.tags-public .add-tag-button {
    font-family: Roboto, sans-serif;
    font-size: 14px;
}

.tags-public .loading {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
}

.tags-public .loading img {
    width: 16px;
    height: 16px;
    display: none;
}
 
.tags-public .holder {
    display: inline;
}

.tags-public .remove {
    display: inline;
    margin-left: 5px;
    padding-left: 2px; 
    color: #b80300;
    cursor: pointer;
}

.tags-public .tags-container .tag {
    color: #444;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #eee;
    vertical-align: middle;
    font-weight: normal;
    text-align: left;
    padding: 9px 6px;
    line-height: 1.1em;
    margin-right: 5px;
}

.tags-public .delete-tags-button {
    font-size: 9px;
    margin-top: 5px;
}