 .bg-color-yellow {
       background-color: #ffff33;
}
 .bg-color-green {
       background-color: #00ff00;
}
 .bg-color-black {
       background-color: #000000;
}
 .bg-color-red {
       background-color: #ff3333;
}
 .bg-color-blue {
       background-color: #0000ff;
}
 .bg-color-grey {
       background-color: #808080;
}
  .center-bold {
       text-align: center;
       font-weight: 600;
}
  .center {
        text-align:center;
}
  .mod-center-700-red {
        text-align:center;
        font-weight: 700;
        color: #ff3333;!important
}
  .mod-center-700-black {
        text-align:center;
        font-weight: 700;
        color: #000000;!important
}
  .mod-center-700-green {
        text-align:center;
        font-weight: 700;
        color: #00ff00;!important
}