#PurchasePoint_List .PointAmount {
    font-size: 16px;
    font-weight: bold;
    color: #555;
    align-self: baseline;
    line-height: 1;
}

#PurchasePoint_List .PointAmount_Label {
    font-size: 10px;
    color: #999;
    margin-left: 5px;
    align-self: baseline;
    line-height: 1;
}

#PurchasePoint_List .PaymentAmount {
    font-size: 12px;
    color: #777;
    justify-self: right;
}