.rd-highlight.user-highlight {
    position: absolute;
    opacity: 0.2;
    background-color: yellow;
}

.rd-highlight.user-highlight:hover {
    position: absolute;
    opacity: 0.4;
    background-color: yellow;
}

.rd-highlight.shared-highlight {
	position: absolute;
	opacity: 0.2;
	background-color: red;
}

.rd-highlight.shared-highlight:hover {
	position: absolute;
	opacity: 0.4;
	background-color: red;
}

.rd-highlight.shared-my-highlight {
	position: absolute;
	opacity: 0.2;
	background-color: #0070ff;
}

.rd-highlight.shared-my-highlight:hover {
	position: absolute;
	opacity: 0.4;
	background-color: #0070ff;
}

.rd-highlight.search-highlight {
	position: absolute;
	opacity: 0.2;
	background-color: #e6d26a;
}

.rd-highlight {
	cursor: pointer;
	pointer-events: unset !important;
}
