#secondRow {
  display: table !important;
  width: 46% !important;
  margin-right: 28px !important;
  float: left !important;
}


#thirdRow {
  display: table !important;
  width: 46% !important;
  margin-right: 28px !important;
  float: left !important;
}

#form-print input[type="text"] {
  width: 91%;
}

#form-print input[type="email"] {
  width: 91%;
}

#form-print input[type="date"] {
  width: 91%;
}

#other {
  width: 70% !important;
  margin: 0 auto;
}

#clear {
  clear: both !important;
}

@media only screen and (min-width: 482px) and (max-width: 768px) {
  #secondRow {
    width: 100% !important;
  }


  #thirdRow {
    width: 100% !important;

  }

  #form-print input[type="text"] {
    width: 100%;
  }

  #form-print input[type="email"] {
    width: 100%;
  }

  #form-print input[type="date"] {
    width: 100%;
  }

  #other {
    width: 100%;
  }

  #clear {
    clear: both !important;
  }
}



@media only screen and (max-width: 480px) {
  #secondRow {
    width: 100% !important;
  }


  #thirdRow {
    width: 100% !important;

  }

  #form-print input[type="text"] {
    width: 100%;
  }

  #form-print input[type="email"] {
    width: 100%;
  }

  #form-print input[type="date"] {
    width: 100%;
  }

  #other {
    width: 100%;
  }

  #clear {
    clear: both !important;
  }
}
