/* this brdr class is for frontend testing */
.bred
{
      border: 2px solid red !important;
}

.bgreen
{
      border: 2px solid green !important;
}

.bblue
{
      border: 2px solid blue !important;
}

.c-pointer
{
      cursor: pointer;
}
