
.align-center {
	text-align: center;
}

span.source {
	border: 1px solid #e9e9e9;
	display: block;
	padding: 10px 5px 5px 5px;
}
span.bigText {
	font-size: 18px;
}
.align-right p{
	text-align:right;
}
span.tag {
	color:grey;
}
a.orange:hover {
	color: #f29126;
}
a.orange {
	color: #f2a857;
}
a.yellow:hover {
	color: #f5bc22;
}
a.yellow {
	color: #f5c953;
}
a.red:hover {
	color: #ba2937;
}
a.red {
	color: #ba4e59;
}
a.green:hover {
	color: #309b4e;
}
a.green {
	color: #4f9b64;
}
a.button {
}

.red {
	color: #db0812;
}
.htmlarea-content-body .white {
	background: lightgrey;
}
.white {
	color: white;
}
.medium-text {
	font-size: 17px;
}

.news-single-content em {
	font-style: italic;
}

.news-single-content ul {
	list-style: disc;
	padding-left: 1rem;
	font-size: 1rem;
}