#woosales_notification_bar {
  padding: 7px 0;
  text-align: center;
  color: white;
  background-image: -webkit-linear-gradient(left, #9e3e93 , #c5407f );
  background-image: linear-gradient(left, #9e3e93 , #c5407f );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff49a749', GradientType=0);
}
#woosales_notification_bar a {
  color: white;
  text-decoration: none;
}
#woosales_notification_bar a:hover {
  color: #e6e6e6;
}
