/**
* 2015 Erik Knudsen
*
* NOTICE OF LICENSE
*
* This software is the intellectual property of Erik Knudsen
* and it is thus subject to relevant property rights.
* All rights reserved. No warranty, explicit or implicit, provided.
* 
* This software can not be copied and/or distributed without the express
* permission of the author Erik Knudsen
* 
*  @author    Erik Knudsen <eriknuds@gmail.com>
*  @copyright 2015 Erik Knudsen
*  @license   This software can not be copied and/or distributed without the express permission of the author Erik Knudsen
*/

/**
 * Don't forget to prefix your containers with your own identifier
 * to avoid any conflicts with others containers.
 */

#netaxept_payment_button a {
	padding: 10px;
	background-color: #FBFBFB;
}

#netaxept_payment_button a:hover {
	background-color: #f6f6f6;
}

#netaxept_payment_button a: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: #777777;
}
