.tags .title {
    font-weight: bold;
    font-size: 13px;
}
.tags .tag-item {
    margin-bottom: 3px;
    cursor: pointer;
    padding: 3px 8px;
    display: inline-block;
    color: #4080ff;
    background: none;
    padding: 0 10px 10px 0;
}
.tags .tag-item:before {
    content: "#";
}
.tags .tag-item:hover {
    text-decoration: underline;
}
.post-by-tag a.tags {
    font-weight: bold;
}
.post-by-tag {
    margin: 10px 0;
}
.tags-wp {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
}

.tags {
    float: left;
}

#quick-update-tag-wp {
    float: left;
    width: 100%;
    margin-top: 10px;
}

#quick-update-tag-wp label {
    display: none;
    margin: 0px;
}

#quick-update-tag-wp button {
    margin-top: 5px;
}