@import "fonts2.css";

/* ----------------------------------------- */
/* LAYOUT 0: 2-column (no notes) for desktop */
/* ----------------------------------------- */
html, body {
	height: 100vh;
	overflow: hidden;
}

#columns {
	max-height: 100vh;
	display: flex;
	flex: 1;
	flex-direction: row;
}

.column {
	overflow-y: scroll;
	scrollbar-width: thin;
}

/* Notes culled from various sources: middle column of #clunts and #j-notes */
#annotations {
	display: none;
}

/* -------*/
/* Widths */
/* -------*/
/* Middle English text from Phyllis Hodgson: left-hand column */
#p-cloud {
	order: 1;
	width: 50vw;
}

/* Evelyn Underhill's edition: right-hand column */
#e-cloud {
	order: 2;
	width: 50vw;
}

#l2 {font-weight: bold;}
.hide0 {display: none;}