body
{
    font-size: 10pt;
    color: black;
    font-family: Arial;
    background-color: white;
}

#navbar,
#navigation,
.extra_hidden, #traits_hidden
{
    display: none;
}

#crumbs ul li
{
    list-style-type: none;
    display: inline;
}

table.outputs.view td
{
    border:  1px solid #aaa;
}
table.outputs.view td.space
{
    border: none;
}

div#crumbs, div#utility, div.buttons, p.add_new, table.list input
{
    display: none;
}

/*
// can't do this from css, js clobbers this setting...
// would need to modify js to leave print target alone. possible?
#outputs fieldset fieldset
{
    display: block;
}
*/


fieldset {
  margin-top: 10px;
  border: none;
  border-top: 1px solid #666;
}
