
/* markdown adjustments */
a {
	color:blue;
	text-decoration:underline;
	cursor:pointer;
}

.leaf-body #content {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 8px;
	box-sizing: border-box;
}

.leaf-body #tree {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 8px;
	box-sizing: border-box;
}

.leaf-body #content img {
	width: 100%;
}
