.mwboxbarSVG {
   height:200px;
   width:100%;
   padding: 12px;
}

.MWBOXBAR_WHITE_CAPTION {
   font-family: arial, helv;
   color:rgb(255, 255, 255);
   fill:rgb(255, 255, 255);
   stroke: none;
}

.MWBOXBAR_GREY_CAPTION {
   font-family: arial, helv;
   color:rgb(80, 80, 80);
   fill:rgb(80, 80, 80);
   stroke: none;
}
.MWBOXBAR_NOT_ASSESSED {
   background-color:rgb(128, 128, 128);
   fill:rgb(128, 128, 128);
   stroke: none;
   color:rgb(128, 128, 128);
}
.MWBOXBAR_TAKE_ACTION {
   /* background-color:rgb(255, 102, 25); #ff4b00 */
   background-color:rgb(255, 75, 0);
   fill:rgb(255, 75, 0);
   stroke: none;
   color:rgb(255, 75, 0);
}

.MWBOXBAR_NEEDS_WORK {
   background-color: rgb(255, 185, 0);   /*rgb(255, 183, 27); */
   fill:rgb(255, 185, 0);
   stroke: none;
   color:rgb(255, 185, 0);
}

.MWBOXBAR_WELL_DONE {
   background-color:rgb(43, 196, 33);
   fill:rgb(43, 196, 33);
   /* fill:rgb(68, 221, 58); */
   stroke: none;
   color:rgbrgb(43, 196, 33);
}
