.fodder-analysis
{
    background-color: #ffffff;
    font-family: monospace;
    font-size: 14px;
}

.fodder-analysis input[type=text]
{
    width: 50px;
}

.fodder-analysis select
{
    width: 90px;
}

.fodder-analysis td
{
    padding: 3px 10px 3px 10px;
}

.fodder-analysis tfoot tr:first-child td
{
    border-color: #000000;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    padding: 10px 10px 3px 10px;
}

.fodder-analysis thead
{
    font-weight: bold;
}

.fodder-analysis thead tr:last-child td
{
    border-color: #000000;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    padding: 10px 10px 3px 10px;
}

