.textntags-wrapper {
    position: relative;
    background: #fff;
    /*border: 1px solid #dcdcdc;*/
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.textntags-wrapper textarea,
.textntags-wrapper input[type='text'] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: block;
    padding: 7px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    outline: 0;
    resize: none;
    font-family: inherit;
    font-size: 1em;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: 1.5em;
    min-height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    border: 1px solid #dcdcdc;*/
}

.textntags-wrapper .textntags-tag-list {
    display: none;
    background: #fff;
    border: 1px solid #b2b2b2;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10000;
    margin-top: -2px;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
}

.textntags-wrapper .textntags-tag-list ul {
    margin: 0;
    padding: 0;
}

.textntags-wrapper .textntags-tag-list li {
    display: block;
    background-color: #fff;
    padding: 2px 5px;
    margin: 0;
    width: auto;
    border-bottom: 1px solid #eee;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    cursor: pointer;
    list-style: none;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.textntags-wrapper .textntags-tag-list li:last-child {
    border-radius: 5px;
}

.textntags-wrapper .textntags-tag-list li>img,
.textntags-wrapper .textntags-tag-list li>div.icon {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

.textntags-wrapper .textntags-tag-list li em {
    font-weight: bold;
    font-style: none;
}

.textntags-wrapper .textntags-tag-list li:hover,
.textntags-wrapper .textntags-tag-list li.active {
    background-color: #f2f2f2;
}

.textntags-wrapper .textntags-tag-list li b {
    background: #ffff99;
    font-weight: normal;
}

.textntags-wrapper .textntags-beautifier {
    position: relative;
    padding: 7px;
    color: #fff;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.textntags-wrapper .textntags-beautifier>div {
    color: #fff;
    white-space: pre-wrap;
    width: 100%;
    font-size: 1em;
    line-height: 1.5em;
    min-height: 1.5em;
}

.textntags-wrapper .textntags-beautifier>div>strong {
    font-weight: normal;
    line-height: 1.5em;
    background: #d8dfea;
    background: -webkit-gradient(linear, center top, center bottom, from(#dce6f8), to(#bdcff1));
    background: -webkit-linear-gradient(#dce6f8, #bdcff1);
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 0 0 1px #a3bcea;
}

.textntags-wrapper .textntags-beautifier>div>strong>span {
    opacity: 0;
}