.form_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

 .form_box{
	margin: 5px;
}

.form_title{
	background: #872f38;
	color: #1c1a1a;
	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: 387px;
	margin: 5px;
}

.gossip_rumour{
	height: 100px;
	overflow: auto;
	box-sizing: border-box;
	padding: 3px;
	text-align: justify;
	font-size: 11pt;
	font-weight: 300;
	border: 1px solid #60111f;
}

.gossip_info{
	font-size: 10pt;
	text-align: right;
}

/*Index*/

.gossip_title{
padding: 8px;	
}

.gossip_link{
	color: #872f38;
	text-align: center;
	font-weight: bold;
}

.gossip_link a{
	font-weight: bold;
	color: #872f38;
}

/*modcp*/

.new_gossip{
	margin: 10px;
	width: 98%;
}

.gossip_about{
	text-align: center;
	font-size: 11pt;
}

.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;
} 