.expanding-text {
	margin-bottom: 20px;
}
.expanding-text h3 {
	margin-top: 15px;
}
.expanding-text h3 {
	clear: both;
	cursor: pointer;
}
.expanding-text h3 .expanding-action {
	padding-right: 10px;
}
.expanding-text h3 .action-show,
.expanding-text h3.is-expanded .action-hide {
	display: inline-block
}
.expanding-text h3.is-expanded .action-show,
.expanding-text h3 .action-hide {
	display: none
}