p.clearpay-test-mode-warning-text {
text-align: center;
color: #ff0000; } .btn-clearpay_express {
padding: 0;
background: transparent !important;
vertical-align: bottom;
-webkit-appearance: none;
-moz-appearance: none;
width: 300px;
max-width: 100%;
transition: filter 0.4s, opacity .4s;
border-radius: 10px;
}
.btn-clearpay_express[disabled] {
filter: saturate(0);
}
.btn-clearpay_express:hover {
background: transparent !important;
}
.btn-clearpay_express img {
width: 100%;
vertical-align: bottom;
}
td.btn-clearpay_express_td {
text-align: center !important;
}