<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#linkButton{
    background-color: #F47F1F

;
    background: -webkit-linear-gradient(#D76A12

, #F47F1F

); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#D76A12

, #F47F1F

); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#D76A12

, #F47F1F

); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(#D76A12

, #F47F1F

); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#D76A12

, #F47F1F

); /* Standard syntax (must be last) */
    text-shadow: none !important;
    padding: 8px 20px !important;
    font-size: 18px !important;
    border: 0px solid;
   }
  

 #linkButton:hover {
    background: -webkit-linear-gradient(#F47F1F

, #D76A12

); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F47F1F

, #D76A12

); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F47F1F

, #D76A12

); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F47F1F

, #D76A12

); /* Standard syntax (must be last) */
   }



fieldset.direct_debit_info-group legend
{
display: none;
}
</pre></body></html>