table {
    border-collapse: collapse;
    border-top: 1px solid #737373;
    border-bottom: 1px solid #737373;
}

thead {
    border-bottom: 1px solid #737373;
    background-color: #cfcfcf;
}

th, td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

tr:nth-child(even) {
    background-color: #eeeeee;
}

td.right {
    text-align: right;
}
