

/* LIST */
.ouput_grid .fgListTitle {
	margin:10px 0 0;
}
.fgListSubtitle {
	color:#222;
}
.fgListIntrotext {
	margin:10px 0;
}
.fgListDate {
	color:#888;
}
.fgListAuthorImg img {
	border:1px solid #ccc;
	border-radius:50px;
	width:30px;
	height:auto;
}


/* ITEM */
.fgAuthorBox {
	padding:10px;
	background:#f1f1f1;
	
}




@media only screen and (max-width: 680px) {
	.fgFilterSearch {
		display:none;
	}
}