/* Notifications */

.notify-area-2 { 
  opacity: 0; 
  position: absolute; 
  z-index: 9999;
  width:40%;
  max-width: 200px;
  min-width: 200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  top: 55px;  
  left: 0;
  right: 0;  
}

.notify { font-size: 100%; background: rgba(29, 134, 238, 0.72); border-radius: 8px; padding: 15px; text-align: center; color:#fff; font-family: arial, sans-serif; white-space: nowrap; overflow: hidden; }

.notify span {    }

.notify.red span { border-bottom: 1px dotted #5cc300 }
.notify.red span { border-bottom: 1px dotted #65BBD6 }
.notify.red span { border-bottom: 1px dotted #E15554 }
