/* ======================= *
 * ## Databrowser Noise ##
 * ======================= */

/* ## NMT layer ## */
.db-nmt-container.select .db-label-container .db-label:after {
   /* disclaimer
      The border-color styling is so specific for this element that adding it to the colors.css is
      deemed unnecessary */
   border-color: #04428b transparent transparent transparent;
}


/* ## NMT position list ## */
.nmt-position-list .role-listitems {
   max-height: 150px;
   overflow: auto;
}