/* Custom styles for the part description */
.part-description {
	padding: 12px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	margin-top: 12px;
}

/* Custom styles for the Part Details Block */
.part-details-table {
	width: 100%;
	border-collapse: collapse;
}

.part-details-table th,
.part-details-table td {
	padding: 12px;
	border: 1px solid #ddd;
}

.part-details-table th {
	background-color: #f4f4f4;
	font-weight: bold;
	text-align: left;
}

.part-details-table tr:nth-child(even) {
	background-color: #f9f9f9;
}

.part-details-table tr:hover {
	background-color: #f1f1f1;
}

/* Custom styles for the Ninja Forms Success Message */
.nf-response-msg {
	text-align: center;
}
