.notify-container {
  position: fixed;
  right: 1em;
  bottom: 0;
  line-height: 100%;
  width: 300px; }
  .notify-container .notify-message {
    display: inline-block;
    position: relative;
    max-width: 210px;
    word-wrap: break-word;
    top: -4px; }

/* Alert */
.notify-container {
  z-index: 2001; }

.alert-danger {
  color: #a94442;
  background-color: #f2838f;
  border-color: #a94442; }

.alert-warning {
  color: #8a6d3b;
  background-color: #ffdd87;
  border-color: #8a6d3b; }

.alert-info {
  color: #31708f;
  background-color: #7cd1ef;
  border-color: #31708f; }

.alert-success {
  color: #3c763d;
  background-color: #b9df90;
  border-color: #3c763d; }

