.state_show_all, .state_1, .state_2, .state_3, .state_4, .state_6, .batch_affiliate, .state_show_active {
	margin: 10px 0 0 0;
  color: rgb(0, 0, 0);
}

.state_show_all {
	background-color: rgb(205, 160, 255);
	border-color: rgb(205, 160, 255);
}

.state_show_active {
	background-color: rgb(55, 160, 255);
	border-color: rgb(55, 160, 255);
}

/* For Sale */
.state_1 {
	background-color: rgb(205, 245, 135);
	border-color: rgb(205, 245, 135);
}

/* On Hold */
.state_2 {
	background-color: rgb(250, 190, 195);
	border-color: rgb(250, 190, 195);
}

/* In Review */
.state_3 {
	background-color: rgb(255, 250, 175);
	border-color: rgb(255, 250, 175);
}

/* Prepare For Review */
.state_4 {
	background-color: rgb(255, 210, 165);
	border-color: rgb(255, 210, 165);
}

/* Prepare For Archived */
.state_6 {
	background-color: rgb(183, 187, 187);
	border-color: rgb(183, 187, 187);
}
