.inky-json-editor h3 {
   font-size: 1.25rem;
}

.inky-json-editor .row {
   margin-top: 1rem;
}

.inky-json-editor .row:first-child {
   margin-top: 0rem;
}

.inky-json-editor .form-group {
   margin-bottom: 0rem;
}

.inky-json-editor .form-text {
   font-style: italic;
}

.inky-json-editor input[type=checkbox] {
   margin-right: 10px;
   margin-top: 5px;
}