#ffuu-table {
  font-size: 70%;
  border-collapse: collapse;
}
#ffuu-table th, #ffuu-table td {
  width: 1.3em;
  border: none;
  margin: 0;
  padding: 0;
}
#ffuu-table tr.top th {
  vertical-align: top;
}
#ffuu-table tr.data th {
  text-align: right;
}
#ffuu-table a {
  text-decoration: none;
  display: block;
}
