body{
	background-color: #f9f7f7;
}

.c-button--primary {
	background: #e0b7b1;
}
.c-button--primary:hover {
	background: #e0b7b1;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}