.results_container {
	margin: 0 auto;
}

.results_description_bg {
	background-image:url('../assets/results_screen/female/results_ars.png');
	width: 685px;
	height: 450px;
	margin: 0 auto;
	top: 24px;
	position: relative;
}

.results_0 {
	background-position:0px 0px;
}

.results_1 {
	background-position:685px 0px;

}

.results_2 {
	background-position:0px 457px;
}

.results_btt_container {
	float: right;
	position: absolute;
	top: 84px;
	margin-right: 120px;
}

.results_btt_container.iphone_crap {
	float: right;
	position: absolute;
	top: 120px;
	margin-right: 120px;
}

.results_btt_container.galaxy_crap {
	float: right;
	position: absolute;
	top: 115px;
	margin-right: 120px;
}

.results_btt {
	
    cursor: pointer;
    width: 220px;
    height: 122px;
    clear: both;
}


#activity_results {
	/*width:100%;
	height: 100%;*/
	z-index:0;
}

#results_text {
	float: left;
	width: 53%;
	left: 3%;
	top: 13%;
	position: relative;
	line-height: 22px;
	font-size: 25px;
	font-family: 'ReformaNarrowRegular';
}

#results_text.min_font {
	font-size: 18px;
	line-height: 23px;
}

.results_candidate_img {
    float: right;
	
    display: block;
}

.results_candidate_details {
	float: right;
	display: block;
	padding-right: 10px;
	width: 143px;
}

.results_candidate_perc {
	font-size: 60px;
	font-family: 'ReformaNarrowRegular';
	color: #205BA0;
	height: 55px;
	width: 98px;
	top: 190px;
	position: absolute;
	right: 155px;
}

.results_candidate_perc.min_size {
	font-size: 40px;
	line-height: 70px;
}

.results_candidate_name{
	margin-top: 0px;
	font-size: 29px;
	height: 32px;
}
.results_candidate_name.min_font {
	font-size: 19px;
}

.results_candidate_party{
    font-size: 24px;
	
}

results_candidate_party.min_font {
	font-size: 19px;
}

#results_next_button_container
{
	
	position: absolute;
	top: 360px;
	width: 100%;
	text-align: center;
	right: 30px;
	z-index: 0;
}

.results_disclaimer {
	font-family: 'ReformaNarrowRegular';
	font-size: 18px;
	color: black;
	position: absolute;
	float: left;
	width: 53%;
	left: 3%;
	top: 384px;
}

.results_disclaimer.min_font {
	font-size:13px;
}