/* your styles go here */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #BA55D3;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #BA55D3;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #BA55D3;
  border-color: #1b1e21;
}

.list-group-item-light {
  color: #1b1e21;
  background-color: #DAA520;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #DAA520;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #DAA520;
  border-color: #1b1e21;
}

.list-group-item-white {
  color: #1b1e21;
  background-color: #FFFFFF;
}

.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #FFFFFF;
}

.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #FFFFFF;
  border-color: #1b1e21;
}

.list-group-item-tan {
  color: #1b1e21;
  background-color: #dec8ab;
}

.list-group-item-tan.list-group-item-action:hover, .list-group-item-tan.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #dec8ab;
}

.list-group-item-tan.list-group-item-action.active {
  color: #fff;
  background-color: #dec8ab;
  border-color: #1b1e21;
}

.list-group-item-darkgreen {
  color: #fff;
  background-color: #008000;
}

.list-group-item-realgreen {
  color: #fff;
  background-color: #008000;
}

.list-group-item-darkgreen.list-group-item-action:hover, .list-group-item-darkgreen.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #008000;
}

.list-group-item-darkgreen.list-group-item-action.active {
  color: #000;
  background-color: #008000;
  border-color: #1b1e21;
}

.list-group-item-realyellow {
  color: #000;
  background-color: #F7DC6F;
}

.list-group-item-darkyellow {
  color: #000;
  background-color: #F1C40F;
}

.list-group-item-callisred {
  color: #000;
  background-color: #F33A6A;
}

.list-group-item-turquoise {
  color: #000;
  background-color: #1ABC9C;
}

.list-group-item-gray {
  color: #000;
  background-color: #AAB7B8;
}

.list-group-item-orange {
  color: #000;
  background-color: #EB984E;
}

.list-group-item-brightgreen {
  color: #000;
  background-color: #88DB2B;
}
