* {
	font-family: 'Epilogue', Verdana, 'PT Sans', sans-serif, Verdana;
	font-size: 13px;
}
div#documents div.row {
	margin-top: 6px;
}
.selected {
	background: lightgreen;
}
input.filenote {
	background: inherit;
	border: 0;
	font-weight: bold;
	color: navy;
}
img.logo {	margin-left: 100px; }
p {
	line-height: 150%;
}
@media only screen and (max-width: 720PX) {
	img.logo { margin-left: 5px; }
}

