#login-form li:first-child, #login-form li:nth-child(2n) {
    display: none;
}
.radio label, .checkbox label {
    margin-right: 20px;
    padding-left: 20px;
}
#sunfw_section_section_header {
    background-image: url();
    background-repeat: no-repeat;
    background-position: center bottom;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #e5e5e5;
}
body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11pt;
}
element.style {
    font-family: arial, helvetica, sans-serif;
  	font-size:11pt
}
.wheelSpin {
	animation: rotation 1.5s linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
