.form_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

 .form_box{
	margin: 5px;
}

.form_title{
	background: #202a2a url(../../../images/styles/designcyan/thead.png) top left repeat-x;
	color: #ffffff;
	padding: 5px 10px;
	text-align: center;
	margin: 4px auto;
	font-weight: bold;
}

.form_go{
	width: 100%;
	text-align: center;
}

/*Gossip*/

.gossip_flex{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  align-items: start;
}

.gossip_box{
  width: auto;
  margin: 0;
  box-sizing: border-box;
}

.gossip_rumour{
	height: 100px;
	overflow: auto;
	box-sizing: border-box;
	padding: 3px;
}

.gossip_info{
	font-size: 10px;
	text-align: center;
}

/*Index*/

.gossip_title{
	background: #202a2a url(../../../images/styles/designcyan/thead.png) top left repeat-x;
color: #ffffff;
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;
	font-weight: bold;
	border-bottom: 1px dotted #e8eded;
}

.gossip_victims{
	font-size: 14px;
	text-align: center;
}


.gossip_gossipbox{
	padding: 5px;
	box-sizing: border-box;
}

.gossip_from{
		text-align: center;
	font-size: 10px;
}
.gossip_modcp_flex{
			display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.gossip_option{
	margin: 5px 10px;
	padding: 2px;
	text-align: center;
} 

.gopunkt {
background-color:#8B73B0; 
padding:0 4px; 
color:#e8eded; 
font-family: 'Saira Semi Condensed', sans-serif; 
font-size:10px; 
font-weight:bold; 
text-transform:uppercase; 
margin:2px 0 0 0; 
display:inline-block;
}
		
		