.featureMenuLength {
	max-height: 70vh;
	overflow-y: auto;
}

.popover-body circle,
rect,
polygon,
polyline,
ellipse,
path {
	stroke: red;
	stroke-width: 500px;
	fill: red;
	fill-opacity: 0.5;
	stroke-opacity: 0.5;
}

.popover {
	max-width: 500px;
}

.transcription,
.translation {
	max-height: 200px;
}

.transcription {
	direction: rtl;
}