I want to remove the spacing that created when I put 2 digits on a column.
Here is the fiddle code:
Here some of the css:
table {
width: 85%;
margin: 0 auto;
max-height: 400px;
border-collapse: collapse;
}
table td {
font-size: 14px;
color: #fff;
text-align: center;
max-height: 20px;
direction: rtl;
}
table th, td {
padding: 7px;
}
table.to th, td {
padding: 0;
}