.c-green {
  background: #489C34;
  color: #EAEAEA;
}
td.c-green {
  border-bottom-style: solid;
  border-bottom-color: #489C34;
  background: none;
  color: #212121;
  border-bottom-width: 4px;
}
.c-blue {
  background: #336699;
  color: #EAEAEA;
}
td.c-blue {
  border-bottom-style: solid;
  border-bottom-color: #336699;
  background: none;
  color: #212121;
  border-bottom-width: 4px;
}
.c-orange {
  background: #B05D3B;
  color: #EAEAEA;
}
td.c-orange {
  border-bottom-style: solid;
  border-bottom-color: #B05D3B;
  background: none;
  color: #212121;
  border-bottom-width: 4px;
}
.c-red {
  background: #9B3483;
  color: #EAEAEA;
}
td.c-red {
  border-bottom-style: solid;
  border-bottom-color: #9B3483;
  background: none;
  color: #212121;
  border-bottom-width: 4px;
}
.c-black {
  background: #212121;
  color: #EAEAEA;
}
td.c-black {
  border-bottom-style: solid;
  border-bottom-color: #212121;
  background: none;
  color: #212121;
  border-bottom-width: 4px;
}
.c-purple {
  background: #6B3399;
  color: #EAEAEA;
}
td.c-purple {
  border-bottom-style: solid;
  border-bottom-color: #6B3399;
  background: none;
  color: #212121;
  border-bottom-width: 4px;
}
.c-lblue {
  background: #C6FFFF;
  color: #212121;
}
td.c-lblue {
  border-bottom-style: solid;
  border-bottom-color: #C6FFFF;
  background: none;
  color: #212121;
  border-bottom-width: 4px;
}
.c-marine {
  background: #33998D;
  color: #EAEAEA;
}
td.c-marine {
  border-bottom-style: solid;
  border-bottom-color: #33998D;
  background: none;
  color: #212121;
  border-bottom-width: 4px;
}
.c-yellow {
  background: #AA3943;
  color: #EAEAEA;
}
td.c-yellow {
  border-bottom-style: solid;
  border-bottom-color: #AA3943;
  background: none;
  color: #212121;
  border-bottom-width: 4px;
}
.c-pink {
  background: #C400AA;
  color: #EAEAEA;
}
td.c-pink {
  border-bottom-style: solid;
  border-bottom-color: #C400AA;
  background: none;
  color: #212121;
  border-bottom-width: 4px;
}
.c-brown {
  background: #363399;
  color: #EAEAEA;
}
td.c-brown {
  border-bottom-style: solid;
  border-bottom-color: #363399;
  background: none;
  color: #212121;
  border-bottom-width: 4px;
}
.c-white {
  background: #606060;
  color: #fff;
}
td.c-white {
  border-bottom-style: solid;
  border-bottom-color: #606060;
  background: none;
  color: #212121;
  border-bottom-width: 4px;
}
