﻿.html-reward-points-page .data-table col:first-child, .html-reward-points-page .data-table th:first-child, .html-reward-points-page .data-table td:first-child {
    display: table-cell !important;
}

@media (max-width:720px) {
    .html-reward-points-page .data-table th {
        padding: 15px 10px;
    }
    .html-reward-points-page .data-table td {
        padding: 10px;
        font-size: 14px;
    }
    .html-reward-points-page .data-table td.date {
        min-width: 70px;
    }
    .html-reward-points-page .data-table td.points {
        text-align:center;
    }
    .html-reward-points-page .data-table td.message {
        word-break: break-word;
        white-space: normal;
    }
}
