#wrapper {
	background: #fff !important;
}
.content-area {
	margin-top: 0rem !important;
}

.pc-answer-card {
	border: 2px solid #183e4b !important;
	background: #183e4b !important;
}
.pc-answer-card.pc-selected {
	border-color: #cd4949 !important;
	background: #cd4949 !important;
}
.pc-answer-card:hover {
	border-color: #9b2a2a !important;
	background: #9b2a2a !important;
}
.pc-answer-text {
	color: #fff !important;
}
.pc-answer-description {
	color: rgba(255,255,255,0.6) !important;
}
.pc-answer-card.pc-selected .pc-answer-checkbox label {
	border-color: #fff !important;
	background: #fff !important;
}
.pc-answer-card:hover .pc-answer-checkbox label {
	border-color: #fff !important;
}
.pc-answer-card.pc-selected .pc-answer-checkbox label::after {
	border-left: 2px solid #00a22b !important;
	border-bottom: 2px solid #00a22b !important;
}
.pc-answer-card:hover .pc-answer-radio label {
	border-color: #fff !important;
}
.pc-answer-card.pc-selected .pc-answer-radio label {
	border-color: #fff !important;
	background: #00a22b !important;
}