.accordion2 h4 {
	background-color:#e0e0e0;
	color:#333;
	font-size:16px;
	font-weight:400;
	text-align:left;
	padding:10px 10px 10px 30px;
	line-height:22px;
	cursor:pointer;
	margin-top:0;
	margin-bottom:1px;
	-moz-transition:0.25s all;
	-ms-transition:0.25s all;
	-o-transition:0.25s all;
	-webkit-transition:0.25s all;
	transition:0.25s all;
	position:relative;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.accordion2 h4.active {
	background-color:#e0e0e0;
	margin-bottom:0
}
.accordion2 h4.alignLeft {
	padding-left:35px
}
.accordion2>div {
	display:none;
	background-color:#fff;
	border:1px solid #e9e9e9;
	text-align:left;
	padding:0
}
.accordion2 .collapseIcon {
	position:absolute;
	left:10px;
	top:48%;
	font-size:20px;
	font-weight:300;
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%)
}
.accordion2 .collapseIcon.alignLeft {
	right:initial;
	left:20px
}
.accordion2 thead tr td {
	font-size:14px;
	padding:5px 10px
}
.accordion2 thead tr {
	border-bottom:1px solid #e9e9e9
}
.accordion2 thead tr td:nth-child(2) {
background-color:#704FE6;
color:#fff;
text-align:center
}
.accordion2 thead tr td:nth-child(3), .accordion2 thead tr td:nth-child(4), .accordion2 thead tr td:nth-child(5), .accordion2 thead tr td:nth-child(6), .accordion2 thead tr td:nth-child(7), .accordion2 thead tr td:nth-child(8) {
background-color:#3b3f3f;
border-left:1px solid #fff;
color:#fff;
text-align:center
}
.accordion2 thead tr td:nth-child(3):hover, .accordion2 thead tr td:nth-child(4):hover, .accordion2 thead tr td:nth-child(5):hover, .accordion2 thead tr td:nth-child(6):hover, .accordion2 thead tr td:nth-child(7):hover, .accordion2 thead tr td:nth-child(8):hover {
background-color:#4dad7f
}
.accordion2 tbody tr {
	border-bottom:1px solid #e9e9e9
}
.accordion2 tbody tr td+td {
	border-left:1px solid #e9e9e9
}
.accordion2 tbody tr:last-child {
	border-bottom:0
}
.accordion2 tbody tr td {
	font-size:14px;
	padding:10px
}
.accordion2 td span {
	background-color:#3b8e66;
	display:block;
	height:8px;
	margin:0 auto;
	width:8px
}
.comparison-container .strong {
	font-size:13px;
	font-weight:700
}
.comparison-container .td-padding {
	padding-left:25px!important
}
