﻿table
{
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    border-collapse: collapse;
}

thead tr th
{
    width: 70%;
    vertical-align: text-bottom;
    background-color: #f1f0da;
    padding: 4px 2px;
}

thead tr th th
{
    width: 30%;
}

thead tr
{
}

td
{
    
    vertical-align: text-top;
    border-bottom: 1px dotted #999;
    padding: 4px 3px;
}

tr td.tFoot
{
    text-align: center;
}

td ul
{
    display: run-in;
    list-style-position: inside;
    list-style-type: square;
    margin: 0px;
}

td ul li
{
    margin-left: 20px;
}

