img {
    border: 0;
}
.ta table tr td {
    padding: 5px;
}

.black table{
    border-collapse: collapse;
}
.black table tr th{
    background: #446995;
    border: #ececec 1px solid; 
    color: #fff;
    font-size: 10pt;
    padding: 3px;             
}

.black table tr td{
    color: #446995;  
    border: #ececec 1px solid;  
    background: #fff;        
    padding: 3px;             
}