﻿.table-017 tr td {
    padding: 8px;
    font-size: 13px;
    line-height: 1.5;
    border: 1px solid #fff;
}

.table-017 tr:nth-child(odd) td {
    background-color: #eeeeee;
}

.table-017 tr:nth-child(even) td {
    background-color: #dddddd;
}
