.report_name{
	text-decoration: underline;
	text-decoration-color:#FF0000;
}
.report_gallery{
	margin:1px;
	background:#00FF00;
}

.rightcontent{
	display:none;
	width:80%;
	display:flex;
	align-items:center;
}
.smallLink{
	font-size:80%;
}
@media only screen and (min-width: 1024px) {
	.rightcontent{
		display:block;
		width:20%;
		margin-right:1em;
	}
}

@media only screen and (max-width: 768px) {
	p{
		font-size: 80%;
	}
}