/*CSS specific to the activity goes here. Anything related to the template, the headers, the footers will be at a higher folder level*/
.question{

	padding: 2%;
	/*background-color: #B5E2FF;*/

}	

.question h5{
	color: #4E6E38;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.6em;
  padding-top:  0.2em;
  padding-bottom: 1.5em;
  margin: 0% 10%;
text-align: left;
}

.question  p{

font-size: 1.0em;
	line-height: 0.5em;
   width: 85%;
   

}
#activity1 p, #activity1 ul{
	margin: 10%;

	line-height: 1.4em;

}

#activity1 img{
	  width: 80%;
  padding: 10% 10% 0 10%;}

#activity1 li{
	  margin-left: 20%;
  list-style-type: decimal;
  padding-bottom: 1em;

}

.column{
	position: relative;
	float: left;
}

#column1{
	width: 30%;
}
#column2{
	width: 70%;
}

.piformula{
	text-align:center;
}