/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.rewards-summary div
{
    margin: 1em 0;
}

.your-rewards-points{
    color: #59b0dd;
    line-height: 27px;
    font-size: 16px;
    position: relative;
    top: -2px;
}

.your-rewards-points span
{
    display: inline-block;
    text-indent: -8000em;
    width: 39px;
    height: 27px;
    background: url(../diamond.png) 9px 0 no-repeat; /* Fallback for older browsers (IE8) */
    background: none, url(../diamond.svg) 9px 0 no-repeat;
    background-size: contain;
}
