body {
	padding-top: 25px;
}
a{
	color: #000;
	text-decoration: underline;
}
a:hover{
	color: #333;
}
.alert a{
	color: #856404;
	text-decoration: underline;
}
.alert a:hover{
	color: #ad8101;
}
li::marker {
	font-weight: bolder;
}
.hl {
	background: #ff0;
}
.hl:hover {
	background: #ffc800;
}
.mod {
	background: #eee;
	font-style: oblique;
}
.pdfobject-container {
	height: 60rem;
	border: 0rem solid rgba(0,0,0,.1);
}
.pdfobject {
	border: solid 1px #777;
}
ol.customol {
	list-style: none;
}
ol.customol>li::before {
	width: 1em;
	margin-left: -1.5em;
	content: attr(seq) ". ";
	display: inline-block;
	position: absolute;
	font-weight: bolder;
}