html { font-family: Arial, Helvetica, sans-serif; padding: 0px; overflow-y: scroll;}

h1 { margin-bottom: 3px; margin-block-start: 0.25em; }
h2 { margin-top: 3px; margin-bottom: 0px; }

a.navlink:visited { color: black; }
a.navlink { color: black; }

ul.features li {
	margin-bottom: 10pt;
}

ul { padding-inline-start: 0px; }

td {
	vertical-align: top;
	font-size: 10pt;
}

th {
	text-align: left;
	text-overflow: ellipsis;
	height: 28px;
	padding: 7px;
	width: 128px;
	background: linear-gradient(to bottom left, rgb(255, 255, 255, 0.4), rgb(255, 255, 255, 0));
	border-radius: 3px;
}

#notes,#qa {
	padding: 2px;
}

#notes > h4, #qa > h4 {
	padding: 7px;
	background: linear-gradient(to bottom left, rgb(255, 255, 255, 0.4), rgb(255, 255, 255, 0));
	border-radius: 3px;
	vertical-align: middle;
	margin-bottom: 0;
}

.rm-item {
	border-left: 4px solid;
	list-style: none;
	margin-bottom: 7px;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#controls { width: 100%; height: 100%; text-align: center; vertical-align: middle; }

textarea {
	resize: none;
	outline: none;
	overflow: auto;
	height: calc(100% - 28px);
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	border: 1px solid #992663;
}

.strikethrough { text-decoration: line-through; }

.stream:nth-child(even) { background-color: #EEEEEE; }

.stream:nth-child(odd) td { border-right: 1px solid #EEEEEE; }

.watermark {
	font-size: 8pt;
}

#roadmap-view { background-color: white;}
footer.footer {
	width: calc(100% - 12px);
	text-align: right;
	font-size: 10pt;
	padding: 7px;
	background-color: #992663;
	color: white;
}

@media screen {
	.watermark { display:none; }
}

@media print {
	.noprint { display: none !important; }
	.container { border: none !important; }
}

.container {
	display: flex;
	width: 100%;
	min-height: calc(100vh - 80px) !important;
	border: 1px solid gainsboro;
}

.container-left {
	width: 430px;
	min-width: 430px;
	display: flex;
	flex-direction: column; 
}

.resizer {
	background-color: #cbd5e0;
	cursor: ew-resize;
	width: 5px;
}

.container-right {
	flex: 1;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul {
	float:left;
}			

.menubar ul {
	float:right;
}
	
.menubar li {
	float: left;
}

li a.navlink {
	display: block;
	text-align: center;
	margin-left: 3mm;
	text-decoration: none;
}

.menubar li a.navlink {
	padding: 4px 16px;
}

li a.navlink:hover {
	border-bottom: 3px solid #992663;
}

#controls { padding-top: 5px;}
#controls a { font-size: 11pt; padding-top: 4px;}
#controls > li { float: left; }

#iconfs { position: absolute; z-index: 10; }
#iconfs a { visibility: hidden;}
#iconfs:hover a { visibility: visible; }

.info {
	display: grid;
	grid-template-columns: minmax(1.2rem, 1fr) minmax(auto, 72ch) minmax(1.2rem, 1fr);
	text-align: justify;
	padding-bottom: 5mm;
}

#notes > ul {
	float:none;
}
#notes * li, #qa > div {
	font-size: 10pt;
	margin-top: 1mm;
	margin-bottom: 2mm;
}