.black {color: black}
.green {color: green}
.red {color: red}
.gra {color: gray}
.pointer{cursor: pointer;}
.small{font-size: xx-small}


.w-10 {
    width: 10% !important;
}
.w-5 {
    width: 5% !important;
}