#navigation{
	height: auto;
}

.essaylistbox{
	height: 10em;
	overflow: scroll;
}

.essayitem{
	width: 100%;
	overflow: hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.essaydate{
	width: 25%;
	float: left;
}
.essayinfo{
	width: 75%;
	float: left;
}

.essaytitle,
.essayoverview{
	width: 100%;
}
.essayoverview p{
	margin-left: 5%;
	margin-right: 5%;
}

.essay{
	font-family: Times, serif;
	text-align:left;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	text-indent: 5%;
	line-height: 1.25;
}
.essay li{
	text-indent: 0;
	line-height: 1;
}