/*jvckenwood settings*/
@charset "UTF-8";
.table_with_circle_number colgroup col:nth-of-type(1) {
	width: 2% !important;
}
.table_with_circle_number thead th:nth-of-type(1) p, 
.table.tabletype-framed.table-fixed.table_with_circle_number td:nth-of-type(1) p, 
.table.tabletype-legend.table-fixed.table_with_circle_number td:nth-of-type(1) p {
	white-space: nowrap;
}
.tabletype-noframe.table_with_circle_number colgroup col:nth-of-type(1) {
	width: 1% !important;
}

div.documentCode {
	margin-top: 15px;
	font-size: 90%;
}

@media (min-width: 575.98px) {
	.schema-inline-img.inline-large, svg[width^="5"][width$="mm"],
	.schema-inline-img.inline-large, svg[width^="6"][width$="mm"] {
		max-width: 500px !important;
	}
	svg[width^="12"][width$="mm"] {
		max-width: 1000px !important;
	}
}

svg[data-inline-svg="inline-svg-icon"][width="17mm"][height="8mm"]{
  max-height: inherit !important;
  width: 50% !important;
  height: inherit !important;
} 