	/* FINANCIAL *********************************************************************************/

	#financial-year-wrapper {
		display					: grid;
		justify-content			: center;
		background				: #f2f2f2;
		
	}
	
	#financial-year {
		margin-top				: 12px;
		width					: 120px;
		text-align				: center;
		border					: 1px Solid #b5b5b5;
		box-shadow				: inset 0 2px 1px rgba(34,34,34,.09),  2px 2px 2px LightGray;
		background				: transparent;
	}
	
	.pdf-viewer-container {
		display					: flex;
		justify-content			: center;
		padding					: 24px;
		background				: #f2f2f2; 
	}
	
	.pdf-viewer-container iframe {
		width					: 50%;
		height					: 750px;
		border					: none;
		border-radius			: 2px;
	}