@charset "utf-8";
/* CSS Document */

/******
lesson plan webpage styles
******/

/* materials list - padding the items to make it more readable */

.materials li {
	margin-bottom: 10px;
	}
	
.instructions li {
	margin-bottom: 10px;
	}
	
/* styles to leave space at the bottom of questions */
/* for students to write in answers */

.worksheet li {
	margin-bottom: 30px;
	}

li.question_short {
	padding-bottom: 50px;
	}
	
li.question_medium {
	margin-bottom: 150px;
	}
	
li.question_long {
	margin-bottom: 300px;
	}
	
p.question_short {
	padding-bottom: 50px;
	}
	
p.question_medium {
	margin-bottom: 150px;
	}
	
p.question_long {
	margin-bottom: 300px;
	}

