.survey-entry {
	width: 100%;
}
.survey-entry.black-raven .score {
	color: #ffb624 !important;
}
.survey-entry.black-raven .result-percent div {
	background-color: #ffb624 !important;
}
.survey-entry .results-title {
	font-size: 20px;
	font-weight: 400 !important;
	margin-bottom: 20px;
	width: 100%;
}
.survey-entry .results-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.survey-entry .questions-answers {
	width: 100%;
}
.survey-entry .questions-answers .row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	border-bottom: 1px solid #888888;
	padding: 15px 10px;
}
.survey-entry .questions-answers .row.label-row .label {
	font-weight: bold;
	color: #000000;
}
.survey-entry .questions-answers .row .questions {
	width: 85%;
}
.survey-entry .questions-answers .row .score {
	width: 15%;
	text-align: center;
	color: #ffb624;
}
.survey-entry .results-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: space-between;
}
@media screen and (max-width: 640px) {
	.survey-entry .results-container {
		flex-wrap: wrap;
		justify-content: unset;
	}
}
.survey-entry .results-container .upper-results-wrap {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
	.survey-entry .results-container .upper-results-wrap {
		width: 100%;
		flex-wrap: wrap;
	}
}
.survey-entry .results-container .results-inner-container {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
	.survey-entry .results-container .results-inner-container {
		width: 100%;
	}
}
.survey-entry .results-container .inner-results-wrap {
	width: 100%;
	display: flex;
	align-items: center;
}
.survey-entry .results-container .image-container {
	width: 40%;
	display: flex;
	justify-content: center;
	position: relative;
}
@media screen and (max-width: 640px) {
	.survey-entry .results-container .image-container {
		width: 100%;
	}
}
.survey-entry .results-container .image-container img {
	width: 80%;
	height: auto;
	position: absolute;
	top: 0;
}
.survey-entry .results-container .image-container img:first-of-type {
	z-index: 6;
	position: relative;
}
.survey-entry .results-container .score-total {
	width: 33.333333%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.survey-entry .results-container .score-total p {
	font-weight: bold;
	display: inline-block;
	text-align: center;
}
.survey-entry .results-container .score-total p:first-child {
	margin-bottom: 0;
}
.survey-entry .results-container .score-total p:last-child {
	font-size: 70px;
	color: #000000;
	font-weight: 400 !important;
}
.survey-entry .results-container .percentages {
	width: 66.666666%;
}
.survey-entry .results-container .percentages .result {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 5px;
}
.survey-entry .results-container .percentages .result .result-label {
	width: 350px;
}
.survey-entry .results-container .percentages .result-percent {
	display: table-cell;
	vertical-align: middle;
	background-color: #ccc;
	width: 100%;
	margin-right: 10px;
}
.survey-entry .results-container .percentages .result-percent div {
	background-color: #ffb624;
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}
