.bg-light {
	background-color: #f7f7f7;
}
.document a {
	font-size: 16px; 
	color: #444; 
	transition: background-color 0.2s;
}
.document a:hover {
	background-color: #f8f8f8 !important;
	color: #f49c00 !important;
	text-decoration: none;
}
.document .right {
	color: #444; 
	font-size: 1.2em;
}
