.tags {
    display: inline-block;
    background-color: white;
    border: 1px solid #bbb;
    font: normal normal normal 16px/18px Helmet, FreeSans, Sans-Serif;
    color: black;
    padding: 0px 0px 0 0;
    cursor: text;
    width: 100%;
}

.tags-input {
    display: inline-block;
    width: 10em;
    margin: 0 0 4px;
    padding: 4px 6px;
    background: none;
    border: 0;
    outline: 0;
    font: inherit;
    color: inherit;
    text-align: left;
    text-shadow: none;
}

.tags-output {
    display: inline-block;
    margin-left: 4px;
}

.tags-output span {
    display: inline-block;
    background: #5e5e5e repeat scroll 0 0;
    margin: 2px 4px 4px 0;
    padding: 4px 6px;
    border-radius: 2px;
    cursor: default;
    color: #FFFFFF;
}

.tags-output a {
    text-decoration: none;
    color: white !important;
    cursor: pointer;
    margin-left: 6px;
    float: right;
    margin: 0 !important;
    font-weight: normal !important;
    font-size: 16px !important;
    border: none !important;
    padding: 0;
    padding-left: 4px;
}