.bullet_bg{
	cursor:pointer;
	z-index:999;
	height: 40px;
	width: 42px;
	background-image:url('https://rcs.mako.co.il/images/electionQuiz/survey/bullet_new.png?s=23');
	float:right;
	background-repeat: no-repeat;
}

#bullet_text {
	line-height: 22px;
	font-size: 22px;
	float:right;
	margin-left: 5px;
	margin-right: 5px;
	font-family: ReformaNarrowRegular;
}

.bullet_bg.unselected {
	background-position:4px 0px;
}

.bullet_bg.selected{
	background-position:-36px 0px;
}

.bullet_bg.disabled {
	cursor:auto;
	opacity:1;
}

/*#bullet {
	float:right;*/
	/*margin-right: 1%;
	margin-left: 1%;*/
/*}*/

.bullet {
	/*margin-right: 15px;*/
	float:right;
	font-family: ReformaNarrowRegular;
	color:#004080;
	-webkit-tap-highlight-color: transparent;
}

#bullets {
	display:block;
	height:55px;
}

#bullets_wrapper {
	display: block;
	clear:both;
	position:relative;
	/*right: 30px;*/
	/*position: absolute;*/
}
