.change-button {
	color: #663300;
}
.change-button:after {
	background: #FFFF66;
}
.change-button.--active {
	color: #FFFF66;
	background: #663300;
}
.change-button.--active:after {
	color: #FFFF66;
	background: #663300;
	border: 1px solid #FFFF66;
}