/*******************************************************************************
 *
 *  Copyright © 2014 Hewlett-Packard Development Company, L.P.
 *
 *  This work is distributed under the W3C® Software License [1]
 *  in the hope that it will be useful, but WITHOUT ANY
 *  WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 *
 *  [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
 *
 ******************************************************************************/



hr {
  margin-top: 1em;
  margin-bottom: 1em;
}

table.list {
  xwidth: auto;
}

table.list td,
table.list th {
  xborder-right: 1px solid #888;
  xpadding: 0 .5em;
}
table.list td:last-child,
table.list th:last-child {
  xborder-right: none;
}

table.list tr:first-child th,
table.list tr:first-child td {
  padding-top: 0.25em;
  vertical-align: bottom;
}

table.list thead th {
  text-align: left;
}
table.list tbody td {
  text-align: left;
}

table.list tbody th {
  text-align: left;
  padding-left: .5em;
}
table.tbody.list td:first-child {
  padding-left: 2em;
}
table.tbody.list tbody tr:first-child td:first-child {
  padding-left: .5em;
}

table tr.current td:first-child span {
  padding-left: 1em;
  font-size: smaller;
}
table.list td:last-child {
  width: 99px;
  padding: 0 4px;
  text-align: right;
}
table.list td:last-child a {
  vertical-align: baseline;
}
table.list td:last-child a + a {
  margin-left: 8px;
}

fieldset p {
  margin-top: 1em;
}


