#module-comnpay-payment #center_column
{
	width:757px;
}

.label_return_pending
{
	font-size: 25px;
	font-weight: bold;
	color: #3B3B3A;
	border-style: solid;
	border-width: 8px;
	border-color: #F39217;
	background-color: #F39217;
}

.label_return_authorised
{
	font-size: 25px;
	font-weight: bold;
	color: #3B3B3A;
	border-style: solid;
	border-width: 8px;
	border-color: #96CA2D;
	background-color: #96CA2D;
}

p.payment_module a.comnpay {
	background: url('../img/carte.png') 15px center no-repeat #FBFBFB;
	background-color: rgb(251, 251, 251);
	padding-left: 200px;
	background-size: 160px;
}

p.payment_module a.comnpay::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: #777;
}

.payment_comnpay_title{
	top: 10px;
	position: relative;
	color: black !important;
}