#pic_menu {
  background: #c00;  
}



#pic_menu a {color: #fff}
#pic_menu a.dropdown-item {color: #c00}
a {color: #c00; text-decoration: none}
nav a.active {font-weight: bold}
h6.panel-title {color: #c00; font-weight: bold; font-size: 100%; text-transform: uppercase}
.notdoneyet {background: #fc0; color: #000; font-weight: bold}
label {font-weight: 500}
.bi-2x {font-size: 2em}
@media print
{    
    .d-print-none, .d-print-none *
    {
        display: none !important;
    }
}