/* FAMILY STATISTICS */

.family_numbers {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 3px;
	margin: 2px auto;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

/* FORMATE FAMILY MEMBERS PICTURE */

.family-picture { 
	width: 96px;
	height: 85px;
	margin: 3px auto;
}

.taken-img {
	position: relative;
	box-sizing: border-box;
	width: 100px;
	padding: 2px;
}

.taken-img img {
	opacity: 1;	
	margin: 0px auto;
}

.free-img {
	position: relative;
	box-sizing: border-box;
	width: 100px;
	padding: 1px 2px;
}

.free-img img {
	opacity: 1;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	margin: 1px auto;
}

/* TEXTAREAS */ 

.family-fullname {
	box-sizing: border-box;
	width: 100px;
	margin: 0px auto;
	padding: 4px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 8px;
	text-transform: uppercase;
	line-height: 1.1em;
}

.edit-fammember {
	box-sizing: border-box;
	width: 100px;
	margin: 0px auto;
	margin-bottom: 3px;
	padding: 3px;
}

.claim-fammember {
	padding: 3px;
	text-transform: uppercase;
	font-size: 7px;
	text-align: center;
	line-height: 1.1em;
	margin-top: 5px;
	letter-spacing: 1px;
}

/* FAMILY DESCRIPTION POPUP */
.family-pop { 
	position: fixed; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	background: hsla(0, 0%, 0%, 0.5);
	z-index: 1; opacity:0; 
	-webkit-transition: .5s ease-in-out; 
	-moz-transition: .5s ease-in-out; 
	transition: .5s ease-in-out; pointer-events: none; 
} 

.family-pop:target { 
	opacity:1; 
	pointer-events: auto; 
} 

.family-pop > .pop { 
	width: 300px; 
	position: relative; 
	margin: 10% auto; 
	padding: 25px; 
	z-index: 3; 
} 

.family-pop > .pop > .description {
	margin: 10px auto;
	max-height: 130px;
	overflow: auto;
	line-height: 1.3em;
}

.closepop { 
	position: absolute; 
	right: -5px; 
	top:-5px; 
	width: 100%; 
	height: 100%; 
	z-index: 2; 
}.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;
} 