/* point-table.php */
.ad-points{
    min-height:350px;
}
.ad-points .date {
    margin: 0 2px;
    font-size: 14px;
}
.ad-points .wp-block-table {
    overflow: auto;
    width: 100%;
    max-height: 400px;
}
.point-table th, .point-table td {
    border: none;
    border-bottom: 1px solid #eee;
    padding: 5px;
}
.point-table th {
    font-size: 12px;
    text-align: left;
}
.point-table a {
    text-decoration: none;
}