
.ap-sqs-success{
  color: rgb(28, 184, 65);
}

.ap-sqs-failed{
  color: rgb(202, 60, 60);
}

.button-success,
.button-error {
  color: white;
  padding: .5em 1em;
  border: 1px solid #999;
  border: transparent;
  border-radius: 4px;
  cursor: pointer;
}
.button-success:hover,
.button-error:hover {
  background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))
}
.button-success {
  background: rgb(28, 184, 65); /* this is a green */
}

.button-error {
  background: rgb(202, 60, 60); /* this is a maroon */
}

