.features-table {
  border-spacing: 0px;
  border-collapse: collapse;
}

.features-table td,
.features-table th {
  padding: 5px;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}

.features-table .header th {
  text-align: left;
  font-size: 1.4em;
  border-right: none;  
  border-bottom: none;
}

.features-table th {
  text-align: right;
}

.features-table .options td {
  padding-top: 10px;
  padding-bottom: 15px;
  border-right: none;
  border-bottom: 1px solid #999;
}

.features-table .options td a {
  border: 1px solid #999;
  padding: 5px 10px;
  font-weight: bold;
  background-color: #ddd;
  line-height: 1.6em;
  text-decoration: none;
  font-size: 1.4em;
  color: #333;
}

.features-table .options td a:hover {
  background-color: #eee;
}