accordion-view .socialGroup {
	color: black;
	white-space: normal;
	overflow: hidden;
}

accordion-view .socialGroup .image {
	padding-bottom: 56.25%;
	background-position: center center;
	background-size: cover;
}

accordion-view .socialGroup .tag {
	font-size: 0.7rem;
	position: absolute;
	top: 10px;
	right: 20px;
	background: #DDE1E1;
	border: 4px solid #8A8C8C;
	border-radius: 10px;
	width: 40%;
	text-align: center;
	text-transform: uppercase;
}

accordion-view .socialGroup .title {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 1.1rem;
	font-weight: bold;
}

accordion-view .socialGroup .subtitle {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 0.85rem;
	font-weight: bold;
}

accordion-view .socialGroup .details {
	margin: 10px;
	font-size: 0.7rem;
	white-space: pre-wrap;
}

accordion-view .socialGroup .details img {
	display: block;
	margin: auto;
	margin-top: 20px;
	width: auto;
	height: auto;
	max-width: 60%;
	max-height: 60%;
	border: 10px solid white;
}


accordion-view .socialGroup .expand {
	position: absolute;
	bottom: 25px;
	right: 25px;
	height: 50px;
	width: 50px;
	border-radius: 25px;
	background-color: white;
	background-position: center center;
	background-size: 60%;
	background-repeat: no-repeat;
	background-image: url('/images/expand.png');
}

accordion-view .socialGroup .actions {
	margin: 0 10px;
}