.table-responsive tr {
   vertical-align: baseline;
}

@media (max-width: 768px) {
  .table-responsive,
  .table-responsive table {
    border: none !important;
  }

  .table-responsive tr {
    border: none !important;
  }

  .table-responsive td {
    border: none !important;
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  .table-responsive td.col-lg-2 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .table-responsive td.col-lg-2 label {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .table-responsive .help-block {
    white-space: normal;
  }
}
