       .inplaykalender_tag { text-align: center; font-size: 8px; letter-spacing: 1px; } 
        .szenen { background-color: #C8B6CC; } 
        .szenen strong { color: #543D59 !important; } 
        .geburtstag { background-color: #EBD39D; } 
        .geburtstag strong { color: #6E644E !important; } 
        .timeline { background-color: #BADBAF;}
        .timeline strong { color: #3D4F37 !important; }
        .event { background-color: #ABD9D8; }
        .event strong { color: #4D6E6D !important; }
        
        .szenentimeline { background: linear-gradient(to left top, #EBD39D 50%, #BADBAF 50%); }
        .szenentimeline strong { color: #3D4F37 !important; }
        .szenengeburtstag { background: linear-gradient(to left top, #EBD39D 50%, #C8B6CC 50%); }
        .szenenevent { background: linear-gradient(to left top, #C8B6CC 50%, #ABD9D8 50%); }
        .szenenevent strong { }
        .szenengeburtstag strong { color: #543D59 !important; }
        .geburtstagtimeline { background: linear-gradient(to left top, #EBD39D 50%, #BADBAF 50%); }
        .geburtstagtimeline strong { color: #6E644E !important;  }
        .geburtstagevent { background: linear-gradient(to left top, #C8B6CC 50%, #ABD9D8 50%); }
        .geburtstagevent strong { }
        .timelineevent { background: linear-gradient(to left top, #BADBAF 50%, #ABD9D8 50%);  }
        .timelineevent strong { }
        
        .szenengeburtstagtimeline { background: linear-gradient(to left top, #EBD39D 33%, #C8B6CC 33%, #C8B6CC 66%, #BADBAF 66%); }
        .szenengeburtstagtimeline strong { color: #543D59 !important; }
        .szenengeburtstagevent { background: linear-gradient(to left top, #EBD39D 33%, #C8B6CC 33%, #C8B6CC 66%, #ABD9D8 66%); }
        .szenengeburtstagevent strong { }
        .szenentimelineevent {  background: linear-gradient(to left top, #EBD39D 33%, #BADBAF 33%, #BADBAF 66%, #ABD9D8 66%); }
        .szenentimelineevent strong { }
        .geburtstagtimelineevent { background: linear-gradient(to left top, #EBD39D 33%, #BADBAF 33%, #BADBAF 66%, #ABD9D8 66%); }
        .geburtstagtimelineevent strong { }
        
        .szenengeburtstagtimelineevent { background: linear-gradient(to left top, #EBD39D 25%, #C8B6CC 25%, #C8B6CC 50%, #BADBAF 50%, #BADBAF 75%, #ABD9D8 75%); }

        #mini-kalender { font-size: 7px; }
        #mini-kalender td { padding: 5px; }
        .inplaykalender-eventlist { max-height: 50px; overflow: auto; padding-right: 5px;}.form_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

 .form_box{
	margin: 5px;
}

.form_title{
	background: #0066a2 url(images/thead.png) top left repeat-x;
	color: #ffffff;
	border-bottom: 1px solid #263c30;
	padding: 5px 10px;
	text-align: center;
	margin: 4px auto;
	font-weight: bold;
}

.form_go{
	width: 100%;
	text-align: center;
}

/*Gossip*/

.gossip_flex{
			display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.gossip_box{
	width: 33%;
	margin: 5px;
}

.gossip_rumour{
	height: 100px;
	overflow: auto;
	box-sizing: border-box;
	padding: 3px;
}

.gossip_info{
	font-size: 10px;
	text-align: center;
}

/*Index*/

.gossip_title{
	background: #0066a2 url(../../../images/thead.png) top left repeat-x;
color: #ffffff;
border-bottom: 1px solid #263c30;
padding: 8px;	
}

.gossip_link{
	color: #333;
	text-align: center;
	font-weight: bold;
}

.gossip_link a{
	font-weight: bold;
		color: #333;
}

/*modcp*/

.new_gossip{
	margin: 10px;
	width: 98%;
}

.gossip_about{
	text-align: center;
	font-size: 12px;
}

.gossip_victims{
	font-size: 14px;
	text-align: center;
}


.gossip_gossipbox{
	padding: 5px;
	box-sizing: border-box;
}

.gossip_from{
		text-align: center;
	font-size: 10x;
}
.gossip_modcp_flex{
			display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.gossip_option{
	margin: 5px 10px;
	padding: 2px;
	text-align: center;
} 