.simple-table thead th:nth-child(5), .simple-table tbody td:nth-child(5) { text-align: center; }

@media (min-width: 769px) {
	.simple-table { width: 100%; table-layout: fixed; }
	.simple-table th:nth-child(1), .simple-table td:nth-child(1) { width: 8%; }
	.simple-table th:nth-child(2), .simple-table td:nth-child(2) { width: 15%; }
	.simple-table th:nth-child(3), .simple-table td:nth-child(3) { width: 13%; }
	.simple-table th:nth-child(4), .simple-table td:nth-child(4) { width: 17%; }
	.simple-table th:nth-child(5), .simple-table td:nth-child(5) { width: 12%; }
	.simple-table th:nth-child(6), .simple-table td:nth-child(6) { width: 15%; }
	.simple-table th:nth-child(7), .simple-table td:nth-child(7) { width: 20%; }
}
.simple-table .icld-public-status { display: inline-block; min-width: 78px; padding: 5px 9px; border-radius: 999px; text-align: center; font-size: 12px; font-weight: 750; line-height: 1.2; }
.simple-table .icld-public-status-available { background: #e8f7ed; color: #176b35; }
.simple-table .icld-public-status-updating { background: #e8f1ff; color: #1557a0; }
.simple-table .icld-public-status-hold { background: #fff3d8; color: #875800; }
.simple-table .icld-public-status-sold { background: #fdeaea; color: #982d2d; }
.simple-table .icld-public-status-unset { background: #edf1f4; color: #65737e; }
