.nice-expand .ccm-remo-expand-closed {
	background-color: silver;
	padding: 6px 16px;
	color: black;
	font-size: 15px;
	position: relative;
	border-bottom: 1px solid #a0a0a0;
}

.nice-expand .ccm-remo-expand-open {
	background-color: #ededed;
	padding: 6px 16px;
	color: black;
	font-size: 15px;
	margin-bottom: 16px;
	position: relative;
	
}

.ccm-remo-expand-content {
	margin-bottom: 13px;
}

.nice-expand .ccm-remo-expand-closed:after {
	content: "";
	position: absolute;
	top: 18px;
	right: 15px;
	border-right: 8px solid transparent;
	border-top: 8px solid #000;
	border-left: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.nice-expand .ccm-remo-expand-open:after {
	content: "";
	position: absolute;
	top: 12px;
	right: 15px;
	border-left: 8px solid transparent;
	border-right: 8px solid #888;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.nice-expand img {
	max-width: 100%;
	height: auto;
}