.red {
    color: red;
}

.gray {
	color: #b3b7bb;
}


.yellow {
	color: #ffc107;
}

.green {
	color: #28a745;
}
