body {
	background-color: white;
}

.container-content {
	background-color: white;
}

.headline {
	color: black;
}

.title {
	color: black;
	border-image-source: linear-gradient(to right, red, white);
	border-image-slice: 1;
}

.container-content {
	background-color: white;
}

.content-news {
	border-bottom: 1px solid;
	border-image-source: linear-gradient(to right, red, white);
	border-image-slice: 1;
	margin-bottom: 0;
}

p {
	color: black;
	margin-bottom: 0;
}

.div-li {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.user-online, .user-ingame {
	color: black;
}

.chat {
	border: 1px solid black;
	border-radius: 2px 10px 2px 2px;
	color: black;
}

.archive {
	color: lightblue;
}

.message {
	border-image-source: linear-gradient(to right, red, black);
	border-image-slice: 1;
}

/* imported from header-footer.css */
.game-bar {
	color: #000 !important;
}
.rotationbar {
	color: #000 !important;
}

span {
	line-height: 1.5em;
}

.font-size-small {
	font-size: 0.7em;
}

.text-right {
	display: block;
	text-align: right;
}
