html {
	height: 100%;
	margin: 0px;
}

body {
	height: 100%;
	margin: 50px 0 0 0;
}

#reading {
	margin-top: 10px;
	clear: both;
	width: 100%;
	height: 100%;
}

#fontsize .selected {
	text-decoration: underline;
}

#selTrans {
	float: left;
}
#dateSelect {
	float: right;
}
#displayDate {
	clear: both;
	padding: 5px 0 0 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}