.content {
	width: 100%;
}

#logreader-root {
	height: calc(100vh - 50px);
	width: 100%;
}

#logreader-root > div {
	height: 100%;
}

#log-section {
	display: none; /** we overwrite this */
}

.log-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.scrollContainer {
	height: 100%;
	overflow: auto;
}

.highlight-enter {
	background-color: orange;
}

.highlight-enter.highlight-enter-active {
	background-color: var(--color-main-background);
	transition: background 1500ms ease-in;
}

