html, body{
  height:100%;
}

body {
	margin: 0;
	padding:0;
	background-color: #F8F9F9;
}

textarea {
    resize: none;
}

.group:after {
    content:" ";
    display:block;
    clear:both;
}

.master {
	width: 100%;
	max-width: 898px;
	height: 100%;
	max-height: 498px; /* use this property to set the widget height*/
	border: 1px solid #C6CDD0;
}

.question_wrapper {
	padding: 0;
	margin: 0;
	height: 400px;
	width: 100%;
}

.question {
	width: 100%;
	height: 60px;
	padding: 10px;
	background-color: #DEEDDF;
	font-weight: bold;
	line-height: 140%;
}

.label_fillable {
  display: block;
  font-size: 12px;
  font-weight: 600;
}

.answer_wrapper {
	/*width: calc(100% - 15px);*/
	width: 50%;
	height: calc(50% - 34px - 50px);
	float: left;
	margin: 20px 0px 20px 10px;
}

.response {
	width: calc(100% - 2px);
	border: 1px solid #CCCCCC;
	padding: 5px;
	height: calc(100% - 34px);
	margin-bottom: 10px;
	float: left;
}

.answer {
	padding-top: 20px;
    -webkit-transition: opacity 0.25s ease-in;
       -moz-transition: opacity 0.25s ease-in;
        -ms-transition: opacity 0.25s ease-in;
         -o-transition: opacity 0.25s ease-in;
            transition: opacity 0.25s ease-in;
}
.answer:before {
  content: "Suggested Answer";
  font-size: 12px;
  font-weight: 600;
}

#accordion {
	z-index: 2;	
}

#image_0 {
	background-image: url("../images/Green_Chloroplasts.jpg");
	width: 385px;
	height: 110px;
	position: absolute;
	left: 400px;
	top: 60px;
}


#image_1 {
	background-image: url("../images/Liver_cells.jpg");
	width: 385px;
	height: 110px;
	position: absolute;
	left: 400px;
	top: 178px;
}

#image_2 {
	background-image: url("../images/cell127.gif");
	width: 385px;
	height: 180px;
	position: absolute;
	left: 480px;
	top: 120px;
}


.hide_answer {
	opacity: 0;

}

.show_answer {
	opacity: 1;
	position: absolute;
	top: 307px;
	left: 10px;
	width: 28%;
}

/* class for equation descriptions in math course widgets */
.equationLabel {
	width: 0; 
	height: 0; 
	display: inline-block; 
	overflow: hidden;
}

#recognize_answer_1 {
	opacity: 1;
	position: absolute;
	top: 260px;
	left: 10px;
	width: 28%;
}


[data-toggle="buttons"] label.focus {
  outline: thin dotted;
  outline-offset: -2px;
}
