.hefe-accordion-link.hefe-accordion-style-02 {
	display: block;
	width: 100%;
	padding: 12px;
	margin: 0 0 6px;
	border: 1px solid #d7d7d7;
	border-radius: 6px;
	cursor: hand;
	cursor: pointer;
	position: relative;
	opacity: 1;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.hefe-accordion-link.hefe-accordion-style-02:hover {
	opacity: 0.7;
}

.hefe-accordion-link.hefe-accordion-style-02:before {
	content: "+";
	font-weight: bold;
	position: absolute;
	top: 12px;
	right: 12px;
}

.hefe-accordion-link.hefe-accordion-style-02.hefe-accordion-active:before {
	content: "-";
	top: 10px;
	right: 14px;
}

.hefe-accordion-content.hefe-accordion-style-02 {
	display: block;
	width: 100%;
	padding: 12px;
	border: 1px solid #d7d7d7;
	border-radius: 6px;
	margin: 0 0 6px;
}