@charset "UTF-8";
.commonOtherWidth {
	margin:0 auto;
	max-width:1000px;
}

h2 {
	margin: 80px 0 50px;
	color: #E85504;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
}
p { line-height: 1.5; }


#reports {
	margin-bottom: 80px;
	width: 1000px;
}
#reports table {
	width: 1000px;
}
#reports table tr th,
#reports table tr td {
	border: #000 1px solid;
	padding: 10px 20px;
}
#reports table tr th {
	text-align: center;
	background: #E85504;
	color: #fff;
	padding: 15px 10px;
}
#reports table tr td.update {
	text-align: center;
	white-space: nowrap;
}
#reports a {
	display: inline-block;
	padding: 0;
	color: #E85504;
}
#reports a.pdf {
	padding-left: 20px;
	background: url(/en/images/pdf.png) no-repeat center left;
	background-size: 14px auto;
}


@media only screen and (max-width: 768px) {
	h2 {
		margin: 30px 0;
		font-size: 24px;
	}
	#reports {
		width: 100%;
	}
	#reports table {
		width: 100%;
	}
	#reports table {
		font-size: 93.75%;
	}
	#reports table tr td {
		line-height: 1.1;
	}
	#reports table tr th,
	#reports table tr td {
		padding: 7px 10px;
	}
	#reports table tr th {
		padding: 5px 0;
	}
	#reports table tr td.update {
		text-align: left;
	}
}