
.payment_module a {
    display: block;
    position: relative;
    padding: 25px 99px 25px 10px !important;
    background: #fbfbfb;
    border: 1px solid #d6d4d4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #333;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 23px;
}

.payment_module a > img {
    width: 160px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.payment_module 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: #777;*/
}


body .paypal-mark {
    border: 0;
    background: none;
    min-width: 141px;
    text-align: center;
}

body .paypal-mark img {
    height: 40px;
}