.radio_btn{
	float:left;
	cursor:pointer;
	margin:0px 0px 0px 2px;
	border:0px solid green;
}
.one_bullet{
	position:relative;
	margin:2px 0px 0px 0px;
	cursor:pointer;
	border:0px solid green;
}
.one_bullet_text{
	float:left;
	width:600px;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	margin:-4px 0px 0px 8px;
	border:0px solid red;
}
.feedback_wrapper{
	position:absolute;
	top:8px;left:0px;
	width:722px;height:640px;
	line-height:12px;
	background-color:white;
	text-align:center;
	padding:8px;
	border:0px solid gray;
}
.feedback_show{
	position:relative;
	clear:both;
	width:95%;
	padding:3px;
	margin:-12px 0px 0px 22px;
	border:0px solid grey;
}
.feedback_show_a{height:18;}
.feedback_show_b{height:18;}
.feedback_show_c{height:18;}
.feedback_show_d{height:18;}


.activity_wrapper{
	position:relative;
	height:480px !important;
	margin:0px 0px 18px 0px;
	border:0px solid green;
}

.draggable_wrapper{
	position: relative;
    width: 100%;
    height: 180px;
    object-fit: contain;
    margin-left:-8px;
    height: fit-content;
    margin-top:-12px;
    margin-bottom:14px;
	border:0px solid red;
}

.droppable_wrapper{
 	border:0px dashed red;
}

.fba_sec_p04_draggable{
    width:100%;
	color:#663399;
	background-color:white;
	margin:4px;
	padding:3px;
	/* background-image: linear-gradient(to bottom, rgba(199, 173, 208, 0.2), rgba(255, 255, 255, 1.0)); */
	border-radius: 3px;
	cursor:pointer;
	border:1px solid #405c27;
}

.fba_sec_p04_droppable{height:28px;}

.correct{
	position:absolute;
	left:270px;top:560px;
	width:120px;height:40px;
	display:none;
	background-image:url(/wp-content/uploads/modules/fba-sec/fba_sec_p04_includes/images/feedback_correct.png);
	background-repeat:no-repeat;
}
.try_again{
	position:absolute;
	left:270px;top:560px;
	width:120px;height:40px;
	display:none;
	background-image:url(/wp-content/uploads/modules/fba-sec/fba_sec_p04_includes/images/feedback_try.png);
	background-repeat:no-repeat;
}