.results_container {
	margin: 0 auto;
}

.results_description_bg {
	background-image:url('https://rcs.mako.co.il/images/electionQuiz/results_screen/results_bgs.png?s=3343');
	width: 685px;
	height: 430px;
	margin: 0 auto;
	top: 17px;
	position: relative;
}

@media screen and (max-height: 700px) {
	.iphone .results_description_bg {
		top: 60px;
	}
		
}

.results_0 {
	background-position:0px 0px;
}

.results_1 {
	background-position:685px 0px;

}

.results_2 {
	background-position:0px 433px;
}
	
.results_btt_container {
	float: right;
	position: absolute;
	top: 84px;
	margin-right: 120px;
}

.results_btt_container.iphone_crap {
	float: right;
	position: absolute;
	top: 85px;
	margin-right: 120px;
}

@media screen and (max-height: 700px) {
	.iphone .results_btt_container {
		top: 124px;
	}
} 


.results_btt_container.galaxy_crap {
	float: right;
	position: absolute;
	top: 115px;
	margin-right: 120px;
}

.results_btt {
	-webkit-tap-highlight-color: transparent;
    cursor: pointer;
    width: 220px;
    height: 122px;
    clear: both;
}


#activity_results {
	/*width:100%;
	height: 100%;*/
}

#results_text {
	float: left;
	width: 53%;
	left: 3%;
	top: 19%;
	position: relative;
	line-height: 25px;
	font-size: 21px;
	font-family: 'ReformaNarrowRegular';
}

#results_text.min_line_height {
	line-height: 21px;	
}

#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;
    margin-top: -10px;
}
.results_candidate_perc.min_size {
	font-size: 40px;
	line-height: 70px;
}

.results_candidate_name{
	margin-top: 0px;
	font-size: 27px;
	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
{
	z-index: 5;
	position: absolute;
	top: 324px;
	width: 100%;
	text-align: center;
	right: 21px;
	z-index: 0;
}

.results_disclaimer {
	font-family: 'ReformaNarrowRegular';
	font-size: 18px;
	color: black;
	position: absolute;
	float: left;
	width: 53%;
	left: 3%;
	top: 384px;
	color:#aeabab;
}

.results_disclaimer.min_font {
	font-size:13px;
}

#activity_results #link {
	position: absolute;
	width:356px;
	height:71px;
	/* background: green; */
	bottom: 140px;	
	left: 30px;
	overflow: hidden;
}

#activity_results .blue {
	width:356px;
	height:8px;
	background:#3b5999;
}

#activity_results .information {
	color: #0a4a7d;
	font-size: 23px;
	/* line-height: 55px; */
	/* font-weight: bold; */
	margin-top: 17px;
	margin-bottom: 13px;
	margin-right: 5px;
	direction: rtl;
}

a:link {
    text-decoration: none;
    color: #0a4a7d;
}

a:visited {
    text-decoration: none;    
    color: #0a4a7d;
}

a:hover {
    text-decoration: none;
    color: #0a4a7d;
}

a:active {
    text-decoration: none;
    color: #0a4a7d;
}

a {
	/* direction: rtl; */
}
