/**
 * Don't forget to prefix your containers with your own identifier
 * to avoid any conflicts with others containers.
 */

p.payment_module a.cryptoking {
    background: #fbfbfb url("../img/cryptoking.png") no-repeat scroll 15px 12px;
}

p.payment_module a.cryptoking: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;
}

#cryptocoin-payment-request-content {
    padding: 20px 10px;
}
#cryptocoin-payment-request-content .owner-information {
    display: none;
}
#cryptocoin-payment-request-content .payment-information .value{
    font-weight: bold;
}
#cryptocoin-payment-request-content .payment-information .title:before {
    content: "";
    display: block;
}
