#fibframe {
	background-color: white;
	border: 2px solid black;
	border-radius: 10px;
	width: auto;
	height: 100%;
	padding: 10px;
	
}
.qc {
	padding: 5px;
	align: left;
	margin: 10px; 
	height: 100%;
	
}
  .ans {
  color: blue;
}
.tc {
  display: inline-block;
  color: red;

}
.score {
	color: red;
	 font-weight: bold;
  text-indent: 30px;

}
#fibdiv p {
    text-align: left;
}