/* #jazzy-navbar.main-header.navbar.navbar-expand.navbar-white.navbar-light { background-color: black !important; }
#jazzy-navbar { background-color: red;}
*/

/* make all Select2 the same width. Neater */
.select2.select2-container { width: 100%!important; }

.risklow { 
  padding: 4px 6px 4px 6px; border-radius: 6px; color: white; background-color: mediumseagreen
}

.riskmedium { 
  padding: 4px 6px 4px 6px; border-radius: 6px; color: white; background-color: orange
}

.riskhigh { 
  padding: 4px 6px 4px 6px; border-radius: 6px; color: white; background-color: red
}

.riskextreme { 
  padding: 4px 6px 4px 6px; border-radius: 6px; color: white; background-color: darkred
}

#changelist-form table {
  table-layout: fixed; /* default is auto */
}

#changelist-form .djn-checkbox-select-all {
  width: 50px;
}