﻿table {
    width: 100%;
    border-collapse: collapse;
    text-align: right;
}
/* Zebra striping */
tr:nth-of-type(odd) {
    /*background: #eee;*/
}

th {
/*    background: #333;
    color: white;
    font-weight: bold;*/
    text-align: right;
}

td, th {
 /*   padding: 6px;
    border: 1px solid #ccc;*/
    text-align: right;
 
}
