#container h2 {
  background: url('/images/design.png') no-repeat;
}

table {
  width: 100%;
}

thead th.features,
tbody th {
  width: 202px;
}

tbody td {
  width: 167px;
}

thead th {
  text-align: center;
  padding-bottom: 1.5em;
}

tbody th {
  text-align: right;
  padding: 0.5em 0;
}

tbody tr.title th {
  font-weight: bold;
}

tbody td {
  text-align: center;
}

tbody td a {
  color: #171717;
  font-size: smaller;
  font-weight: bold;
  border-bottom: 1px solid #171717;
}

tbody td a:visited {
  color: #646464;
  border-bottom: 1px solid #646464;
}

tbody td a:hover {
  border-top: 1px solid #171717;
  border-bottom: 1px solid #171717;
}
