#ng-foobar {
  position: fixed;
  z-index: 9999;
  top: -200px;
  width: 100%;
  left: 0;
  font-size: 20px;
  text-align: center;
  -webkit-transition: top 650ms ease-in-out;
  -moz-transition: top 650ms ease-in-out;
  -o-transition: top 650ms ease-in-out;
  transition: top 650ms ease-in-out;
  cursor: pointer;
}

#ng-foobar .ng-foobar-message {
  /*padding: 15px;
  text-shadow: 0px 1px 2px white;*/
}
