.three-column-comparison-module-container {
	background-color: #fff;
	margin: 0 5%;
	padding: 40px 0 60px;
}
.three-column-comparison-module-container-title-style1 {
	color: #02293d;
	font-family: Roboto Slab, serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: .06em;
	line-height: 1.25em;
	margin: 10px 0 20px;
	text-align: center;
}
.three-column-comparison-module-container-title-style2 {
	color: #02293d;
	font-family: Roboto Condensed, sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: .28em;
	line-height: 1.25em;
	margin: 10px 0 20px;
	text-align: center;
	text-transform: uppercase;
}
.column-selection-button-outer-container {
	display: flex;
	margin-bottom: 20px;
}
.column-selection-button-container {
	background-color: #f3f4f6;
	border-radius: 10px;
	display: inline;
	margin-left: auto;
	margin-right: auto;
	padding: 9px 5px;
}
.column-selection-button {
	background-color: #f3f4f6;
	border-radius: 5px;
	color: #02293d;
	display: inline;
	line-height: 36px;
	padding: 5px 20px;
}
.column-selection-button:hover {
	color: #12d678;
}
.column-selection-button-selected {
	background-color: #12d678;
	color: #fff;
}
.column-selection-button-selected:hover {
	background-color: #2cea88;
	color: #fff;
}
#columns_four_through_six_table {
	display: none;
}
.three-column-comparison-container {
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	overflow: hidden;
	width: 100%}
.three-column-comparison-container table {
	margin: 0;
}
.empty-th {
	background-color: #f9fafb;
}
.others-th {
	background-color: #f9fafb;
	color: #02293d;
	font-size: 20px;
	font-weight: 700;
}
.belay-logo-th {
	height: 25px;
}
.comparison-table-header-row {
	height: 30px;
}
.comparison-table-header-row th {
	padding: 14px 10px 10px;
}
tr:nth-child(2n) {
	background-color: #f9fafb;
}
.comparison-table-row {
	border-top: 1px solid #e5e7eb;
}
.comparison-table-row td {
	color: #02293d;
	width: 33%}
.comparison-table-belay-column {
	background-color: #02293d;
	color: #fff!important;
}
.comparison-check-mark {
	color: #12d678;
	margin-right: 20px;
}
.comparison-x-mark {
	color: #d92534;
	margin-right: 20px;
}
.callout-box {
	background-color: #f9fafb;
	border-radius: 10px;
	box-shadow: 0 0 0 rgba(0, 0, 0, .1);
	flex: 1;
	margin: 10px;
	min-width: 200px;
	overflow: visible;
	padding: 20px;
	rotate: none;
	scale: none;
	text-align: center;
	transform: scale(0);
	transition-duration: .15s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
.callout-box svg {
	fill: url(#icon-gradient) #12d678;
	height: 50px;
	margin: 10px 0;
}

@media (max-width: 575px) {
	.belay-logo-th {
		height: 15px;
	}
	.comparison-check-mark, .comparison-x-mark {
		margin-right: 5px;
	}
	.comparison-table-row td {
		font-size: 14px;
		padding: 18px 6px;
	}
}