/* @override http://localhost:3000/stylesheets/features.css */

table#features {
  width: 100%;
  margin: 15px 0 2em 0;
}

table#features td,
table#features th {
  padding: 0.2em 0.5em;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table#features th.plan {
  width: 13%;
  text-align: center;
  font-size: 140%;
  border-top: 1px solid #ddd;
}

table#features tr.category th {
  text-align: left;
  background-color: #e8e8e8;
  font-weight: bold;
  font-size: 110%;
  border-left: 1px solid #ddd;
  padding: 0.4em 0.5em;
}

table#features tr.feature td {
  text-align: center;
}

table#features tr.feature th {
  text-align: right;
  border-left: 1px solid #ddd;
  font-size: 92%;
  padding: 0.3em 0.6em;
}

table#features tr.feature td img {
  display: block;
  margin: 0 auto;
}