#main table.typapp {
    border: 2px #333 solid;
}

#main table.typapp td{
    border-right:2px #333 solid;
    border-bottom:1px #333 solid;
}
#main table.typapp .row2 td.col5 {
    border-right:none;
}

#main table.typapp td.col4 {
    border-right:none;
}

#main table.typapp .row1 td {
    border-bottom: 2px #333 solid;
    border-right: none;
    background: #e3373e;
    font-weight:bold;
    text-align: center;
}

#main table.typapp .row2 td {
    border-bottom: 2px #333 solid;
    background: #ddd;
    font-weight:bold;
    text-align: center;
}
