.section-table {
	width: 95% !important;
	margin: 0 auto;
	justify-content: center;
	font-size: 18px;
}

.section-table-border {
	border: 1px solid #018fd9;
}

.section-table-flex {
	display: flex !important;
}

.section-table-row {
	display: flex;
	width: auto;
	clear: both;
}

.section-table-row-text-white {
	color: white;
}

.section-table-row-text-muted {
	color: #333;
}

.section-table-col-right {
	float: left;
	display: table-column;
	width: 50%;
	padding-bottom: 14px;
	padding-right: 14px;
	text-align: right;
	border-right: 3px solid #018fd9;
}

.section-table-col-left {
	float: left;
	display: table-column;
	width: 50%;
	padding-bottom: 14px;
	padding-left: 14px;
	text-align: left;
}

.section-table-col-center {
	float: left;
	display: table-column;
	width: 33%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	flex-grow: 100;
}

.section-table-cell-border {
	border-left: 1px solid #018fd9;
	border-right: 1px solid #018fd9;
	border-top: 1px solid #018fd9;
	border-bottom: 1px solid #018fd9;
}

.section-table-cell-bg-blue {
	background-color: #018fd9;
	white-space: normal;
}

.section-table-cell-bg-white {
	background-color: white;
}

.section-table-cell-ws-normal {
	white-space: normal;
}
