
.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;
	text-align: center;
}

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

body  {
	display: flex;
 	justify-content: center;
 	align-items: center;
 	font-family: Arial;
}

.box  {
	background-color: #F5F5F5;
	border: 1px solid #A3A3A3;
	overflow: hidden;
	margin: 0;
	padding: 25px;
	width: 45rem;
	font-size: 15px;
}

.login {
	margin-bottom: 1rem;
}

hr {
	margin-top: 2rem;
	color: #A3A3A3;
}

.inputfield {
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 15px;
}
 		
.buttonPrimary, .buttonSecondary {
	width: 100%;
	padding: 7px;
	font-weight: bold;
	font-size: 15px;
}
  		
.buttonSecondary {
	color: black;
	margin-bottom: 0.1rem;
	background-color: #F5F5F5;
	border: 1px solid #A3A3A3;
}

.link {
	margin-bottom: 0.5rem;
	text-align: center;
}

.link a {
	color: black;
}

.headerTitlePrimary {
	font-size: 30px;
	font-weight: bold;
}

.headerTitleSecondary {
	font-size: 20px;
	color: #666666;
}

.header {
	display: flex;
}

.center {
	text-align: center;
}