.hwt-container {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden !important;
    -webkit-text-size-adjust: none !important;
}

.hwt-backdrop {
    position: absolute !important;
    top: 0 !important;
    right: -99px !important;
    bottom: 0 !important;
    left: 0 !important;
    padding-right: 99px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.hwt-highlights {
    width: auto !important;
    height: auto !important;
    border-color: transparent !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    color: transparent !important;
    overflow: hidden !important;
}

.hwt-input {
    display: block !important;
    position: relative !important;
    margin: 0;
    padding: 0;
    border-radius: 0;
    font: inherit;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.hwt-content {
    border: 1px solid #ccc;
    background: none transparent !important;
    font-size: 1rem;
    padding: 1rem;
    line-height: 1.5;
    font-family: 'Roboto Mono', monospace;
    font-weight: 300;
    resize: vertical;
}

.hwt-content mark {
    padding: 0 !important;
    color: inherit;
    background-color: #ffec99;
}

.lightsalmon {
    background-color: #ffa07a !important;
}

.gainsboro {
    background-color: #dcdcdc !important;
}

.lightblue {
    background-color: #add8e6 !important;
}

.lemonchiffon {
    background-color: #fffacd !important;
}

.greenyellow {
    background-color: #adff2f !important;
}

.cornsilk {
    background-color: #fff8dc !important;
}

.lightcyan {
    background-color: #e0ffff !important;
}

.lavender {
    background-color: #e6e6fa !important;
}

.coral {
    background-color: #ff7f50 !important;
}

.pink {
    background-color: #ffc0cb !important;
}

.azure {
    background-color: #f0ffff !important;
}

.bisque {
    background-color: #ffe4c4 !important;
}

.seashell {
    background-color: #fff5ee !important;
}

.PER {
    background-color: #7fffd4 !important;
}

.LOC {
    background-color: #7fffd4 !important;
}

.ORG {
    background-color: #7fff00 !important;
}

.MISC {
    background-color: #00008b !important;
}

.ontology {
    background-color: #add8e6 !important;
}

.ner {
    background-color: #adff2f !important;
}

.temporal {
    background-color: #ffec99 !important;
}

.others {
    background-color: #C0C0C0 !important;
}
