.newcss_table{
    table-layout: auto;
    width: 100%;
    border-collapse: collapse;
}
.newcss_table th{
    border: 1px solid black;
}
.newcss_table td{
    border: 1px solid black;
    text-align: left;
}
.newcss_title{
    background-color: palegreen;
}