.statisticsTable {
    border-collapse: collapse;
    border: 0;
    margin: 0 auto;
    margin-bottom: 20px;
}

.statisticsTable td {
    padding: 0 12px;
    line-height: 30px;
    border: 1px solid rgba(0,0,0,.1);
}

.statisticsTable tr:nth-of-type(2n) td {
    background-color: #eee;
}
