.minica_body td.geburtstag {
	position: relative;
	font-weight: bold;
}

.minica_body td.geburtstag::after {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: 3px;
	transform: translateX(-50%);
	display: block;
	background: #789095;
}.minica_body td.event,
.minica_body td.birthday,
.minica_body td.birthevent,
.minica_body td.scene {
	position: relative;
	font-weight: bold;
}

.minica_body td.event::after,
.minica_body td.birthday::after,
.minica_body td.birthevent::after,
.minica_body td.scene::after {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: 3px;
	transform: translateX(-50%);
	display: block;
}

.minica_body td.event::after {
	background: #7c4b2d;
}

.minica_body td.birthday::after {
	background: #789095;
}

.minica_body td.birthevent::after {
	background: #b7773c;
}

.minica_body td.scene::after {
	background: #344863;
}

.minica_body td a {
	display: inline-block;
	padding-bottom: 7px;
}