#detail #pageContainer .inner {
	padding: 30px 15px;
}

#detail #pageContainer .inner table {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	width: 100%;
	margin: 30px 0;
}

#detail #pageContainer .inner table th,
#detail #pageContainer .inner table td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px 10px;
	text-align: center;
}

#detail #pageContainer .inner table thead td {
	background-color: #00453f;
	color: #fff;
}

#detail #pageContainer .inner table thead td.em {
	font-weight: bold;
	font-style: normal;
	background-color: #c4002f;
}


#detail #pageContainer .inner table tbody td:last-child {
	background-color: #fff3f5;
	color: #c4002f;
	font-weight: bold;
}

#detail #pageContainer .inner table tbody th:nth-of-type(1) {
	background-color: #f5f5f5;
}


	@media print, screen and (min-width: 920px) {
		#detail #pageContainer .inner {
			padding: 40px 0;
			max-width: 650px;
		}

	}
