.js .cc-outer .cc-inner .switch-field label {
  width: 80px;
}

.js .cc-outer .cc-inner .cc-buttons span .cc-submit {
	background: #944494;
}

.js .cc-outer .cc-inner .switch-field input:checked + label:first-of-type {
	background-color: #944494;
}

.js .cc-outer .cc-inner .switch-field input:checked + label:last-of-type {
	background-color: #C98EBC;
}

.no-touch .cc-outer .cc-inner .cc-buttons span .cc-decline:hover,
.no-touch .cc-outer .cc-inner .cc-buttons span .cc-cancel:hover {
	color: #C98EBC;
}

.js .cc-outer .cc-inner a:link,
.js .cc-outer .cc-inner a:visited { 
	text-decoration: none;
}
