/**
 * Multi Column Table Widget Styles
 */

.hbc-mc-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e8e8e8;
}

.hbc-mc-table th,
.hbc-mc-table td {
	padding: 12px 15px;
	vertical-align: top;
	text-align: left;
}

.hbc-mc-table thead th {
	background-color: #e8f4fc;
	color: #1a3a5c;
	font-weight: 600;
}

.hbc-mc-table tbody td {
	color: #333333;
}

.hbc-mc-table tbody td:first-child {
	color: #1a3a5c;
	font-weight: 500;
}

.hbc-mc-table-row-borders tbody tr {
	border-bottom: 1px solid #e8e8e8;
}

.hbc-mc-table-row-borders tbody tr:last-child {
	border-bottom: none;
}
