.row.footer {
    padding: 20px 0;
}

.stats--offensive-date,
.stats--offensive-opponent {
    width: 300px;
}

div.stats--table-container {
    max-width: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

.table tbody td {
    text-align: center;
}

.table > thead > tr > th {
    vertical-align: middle;
    text-transform: uppercase;
}

.table tfoot {
    background-color: #eaeaea;
    font-weight: bold;
    text-align: center;
}

.table thead th {
    text-align: center;
}