.notifications{position:fixed;cursor:default;}
.notifications.top-right{right:10px;top:10px;}
.notifications.top-left{left:10px;top:10px;}
.notifications.bottom-left{left:10px;bottom:10px;}
.notifications.bottom-right{right:10px;bottom:10px;}
.notifications>div{position:relative;z-index:9999;margin:5px 0 0;}
.notifications.center{top:0;left:0;width:100%;}
.notifications.center>div{margin:0 auto 5px;width:100%;text-align:center;}

.notifications .alert-danger, .notifications .alert-error {
  text-shadow: none;
  color: #ffffff;
  background-color: #ED553B;
  background-repeat: repeat-x;
  border: 0;
}
.notifications .alert-success {
  text-shadow: none;
  color: #ffffff;
  background-color: #4FB99F;
  background-repeat: repeat-x;
  border: 0;
}
.notifications .alert-info {
  text-shadow: none;
  color: #ffffff;
  background-color: #136972;
  background-repeat: repeat-x;
  border: 0;
}
.notifications .alert-warning {
  text-shadow: none;
  color: #ffffff;
  background-color: #F2B134;
  background-repeat: repeat-x;
  border: 0;
}
.notifications .alert-invert {
  text-shadow: none;
  color: #ffffff;
  background-color: #363636;
  background-repeat: repeat-x;
  border: 0;
}