@CHARSET "UTF-8";
.featuresAndDescription {
	padding: 10px;
	background-color:white;
	-webkit-box-shadow: 3px 10px 8px -2px rgba(0,0,0,.2);	
	-moz-box-shadow: 3px 10px 8px -2px rgba(0,0,0,.2);
	-o-box-shadow: 3px 10px 8px -2px rgba(0,0,0,.2);
	box-shadow: 3px 10px 8px -2px rgba(0,0,0,.2);
}
.featuresWrapper .features-table {
	margin: 0 auto;
	border-collapse: unset;
	width: 100%;
	border-spacing: 2px !important;
}
.featuresWrapper .features-table tr {
	font-weight: 400;
	background: #efefef;
}
.featuresWrapper .features-table tr .name {
	text-align: center;
	padding: .625rem;
}
.featuresWrapper .features-table tr .value {
	text-align: center;
	padding: .625rem;
}
.featuresWrapper .features-table tr:last-child {
	border-bottom: none;
}