﻿h3 {
	margin-top: 16px;
	margin-bottom: 6px;
	text-decoration: underline;
	font-size: 1em;
	font-weight: bold;
}

	h3 + p, h2 + p {
		margin-top: 0;
	}

.row {
	margin-bottom: 16px;
}

	.row:before, .row:after {
		content: "";
		display: table;
		clear: both;
	}

#tocHdr {
	cursor: pointer;
}

#notif {
	font-family: 'Times New Roman', serif;
	font-size: 12pt; /*border-radius: 4px;*/
}

	#notif span {
		font-size: 1.1em;
		color: darkgreen;
		font-weight: bold;
	}

	#notif u {
		display: inline-block;
		margin-left: 40px;
		color: blue;
	}

	#notif h4 {
		font-size: 1.1em;
	}

a img {
	padding: 4px 0;
}

#toc li {
	margin-bottom: 6px;
}

#uparrow {
	position: fixed;
	top: 60%;
	right: 20px;
	z-index: 105;
	cursor: pointer;
	display: none;
}

a[href^=img] { cursor: zoom-in;}