.part-numbers {
	
	margin: 1em auto;
	border-collapse: collapse;
	cursor: default;
}

.part-numbers .title {
	
	margin: .5em 0em;
	color: #455560;
	font-weight: bold;
}

.part-number-title {
	
	margin-top: 1em;
	color: #455560;
	font-size: 16pt;
}

.part-numbers .table-header-row {
	
	background-color: #0057A6;
}

.part-numbers .table-header-row td {
	
	font-weight: bold;
	color: white;
}

.part-numbers td {
	
	padding: .5em 1em;
	text-align: left;
}

.part-numbers td p {
	
	margin: 0em;
}

.part-numbers tr:not(.table-header-row):not(:first-of-type):hover {
	
	background-color: #e1e1e1;
}

.disclaimer {
	
	padding: 1em;
	text-align: right;
}

.part-numbers td:nth-child(1) {
	
	width: 200px;
}

.part-numbers td, .part-numbers th {

	border-radius: 0em;
}

/**
	MEDIA QUERIES
*/
@media all and (max-width: 768px) {
	
	.part-numbers td {
		
		display: block;
	}
	
	.part-numbers .title {
		
		font-weight: bold;
		padding-bottom: 0em;
	}
}