form.block {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
	form.block > * {
		margin: 5px;
	}
#certificates {
	margin: 10px 0;
}
	#certificates tbody tr {
		transition: background 300ms;
		cursor: pointer;
	}
	#certificates tbody tr:hover {
		background: #eee;
	}
#certificate:not(.empty) {
	background: #fff;
	background-repeat: no-repeat;
	background-size: contain;
	width: 802px;
	height: 1112px;
	margin: 10px auto 0;
	padding: 0 50px;
	border: 1px solid #999;
}
#certificate.sisps {
	background-image: url('/images/sisps/letter-head-full.jpg');
}
	#certificate sup {
		text-transform: lowercase;
	}
	#certificate > .NA {
	}

@media print {
	#content {
		padding: 0;
	}
	#certificate {
		border: 0;
		box-shadow: none;
	}
}