/* Inline formsets within a crispy form */

.inline-formset th {
  text-align: center;
  white-space: nowrap;
}
.inline-formset .example td {
  font-size: 90%;
  line-height: 1.1em;
  color: #aaa;
  white-space: nowrap;
}

.tooltip-content {
  display: none;
}

form textarea {
  width: 100%;
}

/* Tighten form inputs in condensed tables */
.table-condensed .form-control {
  padding-left: 4px;
  padding-right: 6px;
  font-size: 90%;
}