/** Gateway styles **/
/*-----------------------------------------------------------------------------------
 All of the CSS for your public-facing functionality should be included in this file.
---------------------------------------------------------------------------------- */
div.wbp-westernbid-redirect-block {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    font-size: 16px;
}
div.wbp-westernbid-redirect-block > p {
    margin-top: 4%;
    font-size: 20px;
    font-family: 'Sans-serif';
    color: #333;
}
li.payment_method_wbp_westernbid > label > img {
	margin: 10px 0px !important;
  	width: 120px;
}