.bandas-notas { font-size: 12px; }
.divBanda table td { font-size: 13px; }
.divBanda table th { font-size: 13px; }

.txt-prio { color: orange; font-weight: 600; }
.txt-excl { color: red;    font-weight: 600; }

.nota-btn { cursor: pointer; font-size: .7rem; vertical-align: middle; }

.cat-badge {
  font-size: .7rem;
  padding: 1px 5px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 1px;
  font-weight: 600;
}
.cat-N { background: #d4edda; color: #155724; }
.cat-G { background: #cce5ff; color: #004085; }
.cat-S { background: #fff3cd; color: #856404; }
