@import "common.css";

div.features
{
  display: table;
}

div.features > div
{
  display: table-cell;
  vertical-align: top;
}

div.features div.contents
{
  padding-left: 2em;
}

div.features div.menu
{
  border-right: solid 1px black;
  padding-right: 2em;
}

div.features div.menu a
{
  white-space: nowrap;
}

div.features p
{
  margin-top: 0;
}

div.features div.menu p
{
  margin-bottom: 0.5em;
}

table.howto
{
  width: 100%;
}

table.howto th,
table.howto td
{
  vertical-align: top;
  width: 50%;
}
