@charset "utf-8";
/* CSS Document */

.table_wrapper, .notes_wrapper {
	clear: both;
	height: 100%;
	margin: 0 auto 2em;
	overflow-x: auto;
	overflow-y: auto;
	text-align: left;
}
.notes_wrapper {
	padding-bottom: 2em;
}
.table_wrapper:before,
.table_wrapper:after,
.notes_wrapper:before,
.notes_wrapper:after {
	display: table;
	content: " ";
}
.table_wrapper:after,
.notes_wrapper:after{
	clear: both;
}
@media (min-width: 768px) {
.table_wrapper, .notes_wrapper {
	width: 750px;
}
}
@media (min-width: 992px) {
.table_wrapper, .notes_wrapper {
	width: 970px;
}
}
@media (min-width: 1200px) {
.table_wrapper, .notes_wrapper {
	width: 1200px;
}
}
.table_wrapper table {
	border: solid 1px #ccd1d7;
	border-collapse: collapse;
	width: 100%;
}
.table_wrapper th, .table_wrapper td {
	line-height: 1.2;
	padding: 4px 8px;
}
.table_wrapper th {
	border-bottom: solid 1px #ccd1d7;
	border-right: dashed 1px #ccd1d7;
	font-weight: bold;
	text-align: left;
}
.table_wrapper td {
	border-bottom: solid 1px #ccd1d7;
	border-right: dashed 1px #ccd1d7;
	text-align: center;
	white-space: nowrap;
}
.table_wrapper tr.model_name th {
	font-size: 1.2em;
	line-height: 1.8;
	text-align: center;
	white-space: nowrap;
}
.table_wrapper tr:nth-child(2n+1) {
	background-color: #f9f9f9;
}
.notes_wrapper p {
	margin-left: 2.5em;
	text-indent: -2.5em;
}

