/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#jv-point-table td {
    padding: 14px;
    border: 0;
}

#jv-point-table th {
    border: 0;
}

#jv-point-table thead tr {
    border-color: #454545;
}

#jv-point-table .point-used {
    color: red;
}

#jv-point-table .point-earned {
    color: rgb(1, 89, 166);
}