#social_buttons_screen {
	background-image:url('../assets/social_buttons_screen/bg_end.png');
	margin: 0 auto;
	/*top: 50px;*/
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.facebook_btn {
	cursor:pointer;
}

.tweeter_btn {
    margin-right: 25px;
	cursor:pointer;
	
}

.social_buttons_text {
	/*width: 100%;*/
	
	text-align: center;
	font-size: 27px;
	font-family: 'ReformaNarrowRegular';
	width: 203px;
}

.social_buttons_text.min_font {
	font-size: 30px;
}

.social_buttons_text.header {
	padding-bottom: 2px;
}

.social_buttons_text.footer {
	padding-top: 8px;
}

#social_buttons_container {
	text-align: center;
	position: relative;
	width: 422px;
	margin: 0 auto;
	padding-top: 145px;
}

#social_buttons_left {
	float: left;
}

.exit_survey {
}

.restart_survey {
}

#social_buttons_footer {
	position:relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}

#facebook_image {
}

#facebook_badge{
	width: 90px;
	text-align: center;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#facebook_actions{
	width: 100%;
	text-align: center;
}

.profile_badge {
	
}

.profile_image {
    text-align: right;
	
}