#f-content table
{
    margin-bottom: 6em;
}




#f-content td.item
{
    width: 120px;
    font-weight: bold;
    color: rgb(255,255,255);
    background-color: rgb(206,148,0);
}
#f-content tr:hover td.status
{
    color: rgb(255,182,0);
}
#f-content td.description
{
    width: 400px;
}
#f-content td.description p
{
    font-style: italic;
}
#f-content td.description p.finish
{
    color: rgb(0,150,0);
}
#f-content td.description p.open
{
    color: rgb(200,0,0);
}
#f-content tr:hover td.description
{
    font-weight: normal;
}
#f-content td.open, #f-content td.finish
{
    width: 10px;
    text-align: center;
    font-size: 2.0em;
    font-weight: bold;
}
#f-content td.open, #f-content tr:hover td.open
{
    background-color: rgb(255,0,0);
}
#f-content td.finish, #f-content tr:hover td.finish
{
    background-color: rgb(0,255,0);
}
