/*END OF FILE*/
.green { background-color: #99ff99; }
.red { background-color: #f00; }
.editcolor { background-color: #ffffcc; }
.gris { background-color: #DDD; }
.right { justify-content: flex-end; }
.left { justify-content: flex-start; }
.center { justify-content: center; }

.debug { color: #CCC; }