.price-alert .subsubsub li a {
  padding: 11px 30px !important;
  line-height: 33px;
  font-size: 16px;
  font-weight: 400;
  color: #444;
  text-decoration: none;
  border-bottom: none;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0,0,0,.10);
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert-admin ul li {
    padding: 6px 18px;
    background: #21caca;
    margin-right: 5px;
    color: #fff;
}
.alert-admin ul li a {
  color:#fff;
}