html, body {
	height: 100%;
	margin: 0;
}

a.custom-link:hover {
	text-decoration: underline;
}

requirements-editor:focus-visible {
	outline: none;
}

.text-overflow-x > div {
	overflow-x: hidden;
	text-overflow: ellipsis;
	line-height: normal;
}

.markdown {
	line-height: normal;
	overflow-wrap: anywhere;
	white-space: pre-wrap;
}

.markdown :first-child {
	margin: auto;
}

.markdown img {
	max-height: 300px;
	max-width: 100%;
}

.markdown :last-child {
	margin: auto;
}