.authority_pagescan {
	max-width: 480px;
	max-height: 525px;
	border: 1px solid #ada999;
}

/* Position OneLicense note when present */
.authority-pagescan {
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin: 1em 0;
}
.authority-pagescan > .onelicense-caption {
	background-color: rgba(200,200,200);
	bottom: 0em;
	/* Replace link text color with main body color */
	color: #0a3f64;
	position: absolute;
	text-align: center;
	width: 100%;
}