/* Section 4 single column */
div#content4.sixteen.columns ul.groupul {
  display:block;
}

div#content4.sixteen.columns ul li {
  margin: 0 8px 12px 0;
  width: 100%;
}

span.spanc119 ul {
  display: flex!important;
}

span.spanc119 ul li {
  width: 45%!important;;
}

span.otherfillin input {
    width: calc(100% - 140px);
    max-width: calc(100% - 140px);
    display: inline;
    margin-left: -30px;
    margin-top:-8px;
    margin-bottom:-20px;
    padding: 0 8px;
}

span.spanc119 ul li:nth-last-child(2) {
  width: 70px!important
}

span.spanc1191 ul li:last-child {
  display: inline-block!important;
  width: auto!important;
}

@media only screen and (max-width: 768px) {
  span.spanc119 ul {
    display: flex!important;
    flex-direction: column;
  }
  span.spanc119 ul li {
    width: 100%!important;
  }
  span.otherfillin input {
    width: 80%;
    max-width: 80%;
    display: inline;
    margin-left: 0px;
    margin-top:-12px;
    margin-bottom:-20px;
    padding: 0 8px;
}

span.spanc119 ul li:nth-last-child(2) {
  width: 70px!important
}

span.spanc119 ul li:last-child {
  display: inline-block!important;
  width: auto!important;
}
}
