Good morning, Thomas!
Thanks a lot for an operative response.
I have found in CSS-file that by default was such kind of code:
.entry tr td {
border-top: 1px solid #ddd;
padding: 0.2em 1em;
}
I have perlaced it with this one:
.entry tr td {
/*border-top: 1px solid #ddd;*/
border: 1px solid #ddd;
padding: 0.2em 1em;
}
And after that everything works perfect.
Thanks a lot!
Best regards, Anton.