table{
  width:70%;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  
}


.comparison-table-row{
color:#00c292;
}
.comparison-table-row .features{
color:#808080;
}
.comparison-table{
border-collapse:collapse;
font-style: "color:white";
font-family: sans-serif;

}
.comparison-table .empty-cell{
border:none;
background:none;
}
.comparison-table td,
.comparison-table th{
padding:10px 15px;
border: 2px grey;
min-width:130px;
max-width:300px;
text-align:center;
}
.comparison-table .comparison-table-section-header-top td{
font-weight:bold;
font-family: sans-serif;
font-size:14px;
padding-top:20px;
color:#808080;
text-transform:uppercase;
background:white;
letter-spacing:1px;
border-right-style:2px solid #00c292;

}
.comparison-table .comparison-table-section-header td{
font-weight:bold;
font-family: sans-serif;
font-size:14px;
padding-top:20px;
color:#808080;
text-transform:uppercase;
background:white;
letter-spacing:1px;
border-right-style:2px solid #00c292;
border-top: 1px solid #dbdbdb;
border-bottom: 1px solid #dbdbdb;

}
.comparison-table .comparison-table-desc{
display:block;
font-size:11px;
color:#808080;
max-height:0;
overflow:hidden;
margin:0;
}
.comparison-table tr:hover .comparison-table-desc {
max-height:100px;
color:#00c292;
padding-top:8px;
transition:max-height .3s ease-in;
}
.heading{
font-weight: bold;
font-family: sans-serif;

}
.comparison-table th{

background:#f9f9f9;
font-weight:bold;
font-family:sans-serif;
text-transform:uppercase;
color:#00c292;
padding-top:20px;
padding-bottom:20px;
letter-spacing:2px;
font-size:14px;

}
.comparison-table .comparison-table-pro{
background:#00c292;
color:white;
border-color:#00c292;
}
.comparison-table td:first-child{
text-align:left;
}
.comparison-table .fa-check{
color:#00c292;
}

.comparison-table .fa-close{
color:#b55c68;
}

.comparison-table tr.comparison-table-row:hover{
background:#e9e9e9;
}
.comparison-table tr.comparison-table-row:hover td{
border: color #e9e9e9;
}
.mg-t-30 {
margin-top: 30px;
}