/* Start Poll code - Poll questions are being cutoff at 900px, adding the following code to prevent this from happening
Support Ticket reference number #376291*/
.WaGadgetPoll .votingBlock h2{
    white-space: pre-wrap;
}
/* End Poll code */

/* Login button */
.WaGadgetLoginButton .loginLink, .WaGadgetLoginForm .loginLink {
    background: #2b3685 !important;
    color: white !important;
}
/* Login button on hover */
.WaGadgetLoginButton .loginLink:hover, .WaGadgetLoginForm .loginLink:hover {
    background: #2b3685 !important;
}