/* Joanie's Wholesale Toolkit — bulk order table category headings */
#wpt_table tr.jwt-cat-row > td {
	background: #12263c;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .02em;
	padding: 10px 14px;
	border: 0;
}
#wpt_table tr.jwt-cat-row .jwt-cat-count {
	font-weight: 400;
	opacity: .75;
	font-size: 13px;
	margin-left: 8px;
}
@media (max-width: 782px) {
	#wpt_table tr.jwt-cat-row > td { font-size: 14px; padding: 8px 10px; }
}
