
.infosystemViewNews {
	min-height: 3rem;
	max-height: calc(100vh - 40rem);
	overflow: auto;
}
	
.newsEntryLayout_ALERT,
.newsEntryLayout_ALERT a:link,
.newsEntryLayout_ALERT a:visited,
.newsEntryLayout_ALERT a:hover,
.newsEntryLayout_ALERT a:active {
	color: red;
}

.newsEntryLayout_INFO,
.newsEntryLayout_INFO a:link,
.newsEntryLayout_INFO a:visited,
.newsEntryLayout_INFO a:hover,
.newsEntryLayout_INFO a:active {
	color: blue;
}
.infosystemViewNewsEntryBody {
	font-size: 1em;
}

.infosystemViewNewsEntryBody .ql-size-huge {
	font-size: 3em;
}
.infosystemViewNewsEntryBody .ql-size-large {
	font-size: 2em;
}
.infosystemViewNewsEntryBody .ql-size-small {
	font-size: 0.75em;
}