.hwt-container {
	display: inline-block;
	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;
	letter-spacing: unset !important;
}

.hwt-content {
	border: 1px solid;
	background: none transparent !important;
}

.hwt-input:focus {
    outline-color: #495057;
}

.hwt-content mark {
    padding: 0 !important;
    color: black !important;
    border-radius: 3px;
    background-color: #663399;
}

.hwt-content mark.red {
    background-color: #ffc9c9;
}

.hwt-content mark.blue {
    background-color: #a3daff;
}

.hwt-content mark.yellow {
    background-color: #ffec99;
}


