/**
* 2015-2019 rrd.
*
* NOTICE OF LICENSE
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program.  If not, see <http://www.gnu.org/licenses/>.
*
* DISCLAIMER
*
* You must not modify, adapt or create derivative works of this source code
* without the permission of the author
*
* @author    rrd <rrd@webmania.cc>
* @copyright 2015-2019 rrd
* @license   http://www.gnu.org/licenses/gpl-3.0.html  GNU GENERAL PUBLIC LICENSE (GPL V3.0)
* @version   1.4.8
*
*/

p.payment_module a.simplepay {
    background: url(../img/creditcards.png);
    background-repeat: no-repeat;
    background-color: #fbfbfb;
    background-position: 15px 12px;
    padding-top: 20px;
    overflow: hidden;

}

p.payment_module a.simplepay:after {
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #040;
}
