/*
* 2016 ROJA45.COM
* All rights reserved.
*
* DISCLAIMER
*
* Changing this file will render any support provided by us null and void.
* 
*  @author 			Roja45 <support@roja45.com>
*  @copyright  		2016 roja45.com
*/
p.payment_module a.roja45internationalbankwire:before {
    content: "\f19c";
    font-family: "FontAwesome";
    position: absolute;
    left: 20px;
    font-size: 50px;
    color: rgb(188, 188, 188);
}

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

#amount.price {
    font-weight: 600;
}
.roja45internationalbankwire table {
    background-color: #fff;
}

.roja45internationalbankwire .table-responsive {
    width: 50%;
}

@media (max-width: 768px) {
    .roja45internationalbankwire .table-responsive {
        width: 100%;
    }
}