header [type="text"], .button{
  margin: 0
}

input[type="text"]{
  max-width: none !important;
}

.webform-radios{
  position: relative;
  max-width: none !important;
}

.webform-checkbox{
  max-width: none !important;
}

.webform-submission-form > * {
  max-width: none !important;
}

.webform-submission-form {
  max-width: none !important;
}

.button{
  color: white !important;
  text-shadow: none;
}

.ui-datepicker-title {
  margin: 0 !important;
}

.ui-datepicker-title select {
  margin: 5px !important;
}