/* Form */
.crmEntityFormView .cell {
  padding: 0 28px 10px;
}
.crmEntityFormView fieldset {
  margin-bottom: 0;
}
.entity-grid .message {
  margin: 0;
}
.file-name-container {
  max-width: 100% !important; /* ファイル列のリンク部分 */
}
/* Text */
h3 {
  font-size: 20px !important;
}
h3 label {
  font-size: 16px !important;
}
/* List */
.table>:not(caption)>*>* {
  padding: .3rem .3rem !important;
}
