﻿.notifications {
  position: fixed;
  z-index: 100000;
}

.notifications .alert {
      padding: 10px;
  }

/* Positioning */
.notifications.top-right {
  right: 10px;
  top: 25px;
}

.notifications.top-left {
  left: 10px;
  top: 25px;
}

.notifications.bottom-left {
  left: 10px;
  bottom: 25px;
}

.notifications.bottom-right {
  right: 10px;
  bottom: 25px;
}

/* Notification Element */
.notifications > div {
    position: relative;
    z-index: 9999;
    margin: 5px 0px;
    width: 200px;
}

.notificationLeftCol span{
    font-size: 11px;
}
