.shared-expense-allocation-shortcode,
.ccbhc-staffing-volume-ratios-shortcode {
	display: flex;
	flex-direction: column;
	padding: 10px;
	border: 1px solid #a7a7a7;
	border-radius: 16px;
	gap: 10px;
}

.shared-expense-allocation-shortcode-row,
.ccbhc-staffing-volume-ratios-shortcode-row {
	display: flex;
	justify-content: space-evenly;
}

.shared-expense-allocation-shortcode-row table,
.ccbhc-staffing-volume-ratios-shortcode-row table {
	border: 1px solid #2e2e2e;
	border-collapse: collapse;
	padding: 5px;
}

.shared-expense-allocation-shortcode-row table thead tr, 
.ccbhc-staffing-volume-ratios-shortcode-row table thead tr {
	border-bottom: 1px solid #2e2e2e;
	background-color: #1570C7;
	color: white;
}

.shared-expense-allocation-shortcode-row table thead tr th, 
.ccbhc-staffing-volume-ratios-shortcode-row table thead tr th {
	padding: 0 10px;
	text-align: left;
}

.shared-expense-allocation-shortcode-row table tbody tr:nth-child(odd), 
.ccbhc-staffing-volume-ratios-shortcode-row table tbody tr:nth-child(odd) {
  background-color: #eeeeee;
}

.shared-expense-allocation-shortcode-row table tbody tr td, 
.ccbhc-staffing-volume-ratios-shortcode-row table tbody tr td {
	padding: 0 10px;
	text-align: left;
	font-size: 15px;
}

.comparison-summary-table-container table,
.comparison-summary-table-container {
	width: 100%;
}

table tbody tr td.bold-cell {
	font-weight: 700;
}

.high-header-row {
	background-color: #fef2f2 !important;
	color: #cf545c !important;
}

.medium-header-row {
background-color: #fefbe8 !important;
color: #d5b272 !important;
}

.low-header-row {
background-color: #f0fdf4 !important;
color: #389255 !important;
}

.grand-total-row {
	background-color: #eff6ff !important;
	color: #476ebf !important;
}