/*
The Barn
Copyright (c) 2007 James Harris, Erin Houston

$Id: dataset.css 1999 2007-10-06 05:35:11Z james $
*/

div.dataset
{
    margin: 10px;
}

div.dataset div.dataset-element
{
}

div.dataset div.dataset-label
{
    font-weight: bold;
    color: #202020;
    margin-top: 7px;
    margin-bottom: 1px;
}

div.dataset div.dataset-value
{
    color: #505050;
}
