@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format('opentype');
}

.topic{
  font-size:36px;
  font-weight:bold;
}
.heading{
  color:#b71f6f;
  font-size:16px;
}
.subheading{
  color:#cf0032;
  font-size:26px;
  font-weight:bold;
}
.topic{
  font-size:26px;
  line-height:1.8;
  margin:8px 0px;
}
.topic{
  font-size:24px;
  line-height:1.8;
  color: #11396b;
}
.content{
  font-size:20px;
  line-height:1.8;
}
.act_content{
  font-size:24px;
  margin:8px 0px;
}
.passage_subheading{
  color:#b71f6f;
  font-size:36px;
}
.passage_content{
  font-size:32px;
  line-height:1.6;
}
.mc_ans_box{
	border-style:solid; 
	border-width:thin;
	float:left;
	width: 24px;
	height: 24px;
	position:relative;
	margin:8px 0px;
}
.mc_ans_box_1{
	border-style:solid; 
	border-width:thin;
	display:inline-block;
	width: 24px;
	height: 24px;
	position:relative;
	margin:8px 0px;
}