@charset "utf-8";/* CSS DocumentCUSTOM COLOURS for Broker Widget White Label *//********** TEXT COLOURS **********/ #wrapper  { width: 200px; } a.button   { width: 110px;  font-size: 15px; }    a.button {     background: #1968b3;     color: #ffffff;     background: -moz-linear-gradient(#1968b3, #1c87ce);     background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1968b3), to(#1c87ce ));     background: -webkit-linear-gradient(top,   #1968b3 0%,#1c87ce  100%);     background: -o-linear-gradient(top,   #1968b3 0%,#1c87ce  100%);     background: -ms-linear-gradient(top,   #1968b3 0%,#1c87ce  100%);     -pie-background: linear-gradient(#1968b3,#1c87ce);      }     a.button:hover {      background: #1968b3;     color: #ffffff;     background: -moz-linear-gradient(#1c87ce,#1968b3);     background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1c87ce), to(#1968b3 ));     background: -webkit-linear-gradient(top,   #1c87ce 0%,#1968b3  100%);     background: -o-linear-gradient(top,   #1c87ce 0%,#1968b3  100%);     background: -ms-linear-gradient(top,   #1c87ce 0%,#1968b3  100%);     background: linear-gradient(top,   #1c87ce 0%,#1968b3  100%);      -pie-background: linear-gradient(#1c87ce,#1968b3);      }     h1 { color: #85C54C }   
