/* Inicio maximizar/minimizar */
.togglePanelItemHeading {
	cursor: pointer;
}

.-closeItem .togglePanelItemHeading::before {
	content: '\002B'; /* + */
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	vertical-align: sub;
	color: #5bb331;
}

.-openItem .togglePanelItemHeading::before {
	content: '\2212'; /* - */
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	vertical-align: sub;
	color: #bc1e1c;
}

.-closeItem .togglePanelItemContent {
	display: none;
}
/* Fim maximizar/minimizar */
