            
.xnotification-container {
  position : fixed;
  bottom: 0;
  left: 0%;
  width: 100%;
  text-align: center;
  z-index: 1200;
  display: block !important;
}
.xnotification-wrapper {
  padding-top: 1px;
}
.xnotification {
  cursor: pointer;
  display: inline;
  background: #333 2px center no-repeat;
  border: none;
  padding: 0px 6px;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
}

  /** info */
.xnotification-info {
  background-color: #336699;
  color:  #fff;
  border-color:  #fff;
}
  /** warning */
.xnotification-warning {
  background-color: #D09000 ;
  color:  #330;
  border-color:  #330;
}
  /** error */
.xnotification-error {
  background-color: #CC3333;
  color:  #fff;
  border-color:  #fff;
}
            /** inprogress */
.xnotification-inprogress {
  background-color: #333;
  color:  #fff;
  border-color:  #fff;
  background-image: url(/xwiki/resources/icons/xwiki/spinner%2Dwhite.gif);
  padding-left: 22px;
}
  /** done */
.xnotification-done {
  background-color: #008000;
  color:  #fff;
  border-color:  #fff;
}
