.report-date {
	font-family: Open Sans;
	font-size: 240%;
	color: #cc3300;
	font-weight: 700;
	margin: 10px 0 0 0;
}
.annual-report-text {
	font-size: 150%;
	font-weight: 700;
	color: #CC3300;
	line-height: 150%;
	margin: 15px 0 0 0;
}

._df_custom {
	font-size: 150%;
	font-weight: 700;
	color: #CC3300;
	line-height: 150%;
	margin: 15px 0 0 0;
}

._df_custom:hover {
	color: #802000;
}

.flex-container-wrap {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

@media only screen and (max-width: 768px) {
	._df_thumb {
		width: 280px !important;
		height: 249px !important;
	}
	.report-box {
		margin: 20px;
		padding: 10px 20px 10px 20px;
		box-shadow: 4px 4px 8px #aaaaaa;
		font-size: 0.8rem;
	}
	.report-image {
		width: 280px;
		height: 249px;
	}
}

@media only screen and (min-width: 769px) {
	._df_thumb {
		width: 280px !important;
		height: 249px !important;
	}
	.report-box {
		margin: 30px 20px;
		padding: 15px 15px 15px 15px;
		box-shadow: 5px 5px 15px #aaaaaa;
		font-size: 0.9rem;
	}
	.report-image {
		width: 280px;
		height: 249px;
	}
}

#g-mainbody img {
	border: 0px solid #000000 !important;
	padding: 0px !important;
	margin: 0px !important;
)

