

table.listi {
    border-collapse:collapse;
    width: 100%;
}
table.listi th {

    text-align:left;
    font-size: 14px;
    
    padding: 3px;
    color: #FFFFFF;
    background: #F79238;

}

table.listi td {
    font-size: 14px;
    padding: 3px;
    border-bottom: 1px solid #dddddd;
}














