@charset "UTF-8";
table.todo  {
    border: 1px solid #CCCCCC;
    }

table.todo th {
    background: #EFEFEF none repeat scroll 0 0;
    border-top: 1px solid #CCCCCC;
    font-size: small;
    padding-left: 5px;
    padding-right: 4px;
    padding-top: 4px;
    vertical-align: top;
}

table td:first-child {
    font-weight:bold;
    }

table .first {
    width: 120px;
    }

table .rest {
    width: 400px;
    }

table.todo {

    border-top: 1px solid #CCCCCC;
    font-size: small;
    padding-left: 5px;
    padding-right: 4px;
    padding-top: 4px;
    vertical-align: top;
}