.features-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  color: #2a2a2a;
  background: #fafafa;  
  background-image: linear-gradient(top, #fff, #eaeaea, #fff);
}

.features-table td { 
  padding: 0 .75em;
  border-bottom: 1px solid #cdcdcd;
  box-shadow: 0 1px 0 white;
  vertical-align:middle;
  text-align: center;
}

/*Body*/
.features-table tbody td {
  text-align: center;

}

.features-table tbody td:first-child {
  width: auto;
  text-align: left;
}

.features-table td:nth-child(2) {
  background: #efefef;
  background: rgba(144,144,144,0.15);
  border-right: 1px solid white;
}

.features-table td:nth-child(2),
.features-table td:nth-child(3),
.features-table td:nth-child(4) {
  font-weight:600;
}

 
.features-table td:nth-child(3) {
  background: #25408f;
  background: rgba(37,64,143,0.15);
  border-right: 1px solid white;
}

.features-table td:nth-child(4) {
  background: #072541;
  background: rgba(7,37,65,0.3);
}

/*Header*/
.features-table thead td {
  font-weight:600;
  text-transform: uppercase;
  color: #004680;
  border-radius-topright: 10px;
  border-radius-topleft: 10px; 
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top: 1px solid #eaeaea; 
}

.features-table thead td:first-child {
  border-top: none;
}

/*Footer*/
.features-table tfoot td {
  font-weight:600;
  text-transform: uppercase;
  color: #c41230;
  border-radius-bottomright: 10px;
  border-radius-bottomleft: 10px; 
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #dadada;
}

.features-table tfoot td:first-child {
  border-bottom: none;
}