.table-compare {
	border: solid 1px #e6e6e6;
}
.table-compare tbody tr:nth-child(even) {
	background-color: #fff;
}
.table-compare thead tr th:not(:nth-child(1)) {
	text-align: center;
}
.table-subheading {
	background-color: #53297f !important;
	color: #fff !important;
}
.table-subheading .icon-yes {
	filter: invert(1);
}
.table-subsubheading {
	color: #53297f !important;
	font-weight: bold;
}
.table-subheading-support {
	background-color: #f26a36 !important;
	color: #fff;
}
.icon-yes {
	text-align: center;
    background-image: url('../images/check.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 1em;
    width: 1em;
    display: block;
    background-position: center center;
    text-indent: -9999999px;
    overflow: hidden;
	margin: 0 auto;
}