/* countable field */
.text-count {
  float: right;
  font-size: 80%;
  color: #818a91;
}
.text-count.text-is-under-min,
.text-count.text-is-over-max {
  color: #d9534f;
}
td {font-size: 13px}
.hdr { font-weight: bold; }

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #bb0000 !important;
    border-color: #bb0000 !important;
}