table {
	border: 0px solid transparent;
	width: 100%;
}
table tr th {
	background-color: rgba(0,0,0,0.2);
	font-family: inherit;
	font-size: clamp(0.875rem, 1.4vw, 1.0rem);
	font-weight: 700;
	padding: 10px 0;
}
table tr th:nth-child(4) {
	text-align: left;
	padding-left: 20px;
}
table tr.firstrow:hover {
	background-color: transparent;
}
table th, table td {
	border-bottom: 2px solid rgba(0,0,0,0.1);
}
table tr:hover {
	background-color: rgba(255,255,255,0.02);
}
table tr td {
	font-size: clamp(0.875rem, 1.4vw, 1.0rem);
	padding: 5px 7px;
}
.rowOne, .rowTwo, .rowThree, .rowFive, .rowSix {
	text-align: center;
}
.rowOne {
	width: 90px !important;
}
.rowTwo {
	font-size: 0.875rem !important;
	inline-size: 150px;
	word-break: break-word;
	width: 180px;
}
.rowThree {
	font-size: 0.875rem !important;
	/*overflow-wrap: break-word;*/
	word-break: break-word;
	width: 120px;
}
.rowFour {
	padding-left: 20px;
	text-align: left;
}
.rowFour a {
	text-decoration: none;
}
.rowFour a:hover {
	color: #c78005;
	text-decoration: none;
}
.rowFive {
	width: 120px;
}
.rowSix {
	width: 125px;
}
select {
	background-color: #F1F1F1;
	color: #222222;
}
@media only screen and (max-width: 640px) {
	[aria-current="page"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
		color: #FFFFFF;
	}
	table, thead, tbody, th, td, tr {
		display: block;
	}
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	tr {
		background-color: rgba(0,0,0,0.2);
		margin: 10px 0px 20px;
	}
	.mesa.firstrow {
		display: none;
	}
	td {
		border-bottom: 1px solid #660000;
		position: relative;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		padding-left: 35% !important;
		text-align: center;
	}
	.rowFour {
		text-align: center;
	}
	.rowFive {
		font-weight: 400;
	}
	td:before {
		position: absolute;
		top: 3px;
		left: 15px;
		white-space: normal;
	}
	/* Replacement Parts */
	td:nth-of-type(1):before {
		content: "Quantity";
		font-weight: 700;
		padding-top: 20px;
	}
	td:nth-of-type(2):before {
		content: "Part #";
		font-weight: 700;
		padding-top: 7px;
	}
	td:nth-of-type(3):before {
		content: "Model";
		font-weight: 700;
		padding-top: 7px;
	}
	td:nth-of-type(4):before {
		content: "Description";
		font-weight: 700;
		padding-top: 7px;
	}
	td:nth-of-type(5):before {
		content: "Price";
		font-weight: 700;
		padding-top: 7px;
	}
	td:nth-of-type(6):before {
		content: "";
	}
	tr.firstrow {
		display: none;
	}
	td.rowOne {
		width: unset !important;
	}
	td.rowTwo, td.rowThree, td.rowFive, td.rowSix {
		width: auto;
	}
	/* Tech Service */
	table.service-plan td:nth-of-type(1):before {
		content: "Part #";
		font-weight: 700;
		padding-top: 7px;
	}
	table.service-plan td:nth-of-type(2):before {
		content: "Model";
		font-weight: 700;
		padding-top: 7px;
	}
	table.service-plan td:nth-of-type(3):before {
		content: "Description";
		font-weight: 700;
		padding-top: 7px;
	}
	table.service-plan td:nth-of-type(4):before {
		content: "Price";
		font-weight: 700;
		padding-top: 7px;
	}
	table.service-plan td:nth-of-type(5):before {
		content: "";
		
	}
}