/*
findmee-socialgroup.css

socialgroup card style
display 2 lines of text

index.html
socialgroup-index.html
*/
.findmee-show2lines{
	color: white;
	font-size: 1.1em;
	text-align: left;
	line-height: 1.5em;

	min-height: 50px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}