.ipara_bank {
    text-align: center;
    width: 47%;
    float: left;
    padding: 1%;
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 1%;
}
.ipara_bank .box table tbody tr td,  .ipara_bank .box table tbody tr th{
	    padding: 8px 1px;
}
.ipara_bank .box {
	border-radius:5px;
	min-height:440px;
	height:440px;
}
.ipara_bank:hover {
	background:#eed;
}
#ipara_payment_button a {
	padding: 10px;
	background-color: #FBFBFB;
}

#ipara_payment_button a:hover {
	background-color: #f6f6f6;
}

#ipara_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;
}
