.change-button:after {
	background: #00FF99;
}
.change-button.--active {
	color: #00FF99;
	background: #ffffff;
}
.change-button.--active:after {
	color: #00FF99;
	background: #ffffff;
	border: 1px solid #00FF99;
}