.application-address {
  font-weight: normal;
}

/* adjust styles for panel-group with id 5 */
/* `\35`: escapes the digit 5 so the ID is interpreted correctly as a CSS selector */
.application-form #\35.panel-group input[type="checkbox"] {
  margin-right: 8px;
  float: left;
  transform: translateY(4px);
}

@media (max-width: 768px) {
  .application-form .panel-group label {
    margin-bottom: 0;
    white-space: normal;
  }

  .application-form .panel-group .table-responsive td {
    padding-bottom: 0;
  }

  .application-address {
    font-weight: bold;
  }

  /* adjust styles for panel-group with id 5 */
  .application-form #\35.panel-group .help-block {
    font-weight: normal;
  }

  .application-form #\35.panel-group label {
    font-weight: bold;
  }
}
