/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.red-cell {
  background-color: #f2aaa3;
}

.orange-cell {
  background-color: #fac588;
}

.yellow-cell {
  background-color: #fafaa7;
}

.lime-cell {
  background-color: #9be6f0;
}

.green-cell {
  background-color: #88f082;
}

.dark-red-cell {
  background-color: #f22119;
  color: #ffffff;
}

.dark-orange-cell {
  background-color: #fa8911;
  color: #ffffff;
}

.dark-yellow-cell {
  background-color: #faf41b;
  color: #000000;
}

.dark-lime-cell {
  background-color: #17d7f0;
  color: #ffffff;
}

.dark-green-cell {
  background-color: #1ff01b;
  color: #ffffff;
}