#ajax_notifications {
  
  background: rgba(0,0,0,0.8);
  padding: 10px; 
  box-sizing: border-box;
  color: white;
  position: fixed;
  max-width: 610px;
  top: 59px;
  width: 98%;
  z-index: 10000000;
  left: 48%;
  transform: translateX(-48%);
  display: none;
  border-radius: 7px;
  
}

.ajax_notifications_avatar {

  width: 50px;
  display: inline-block;
  vertical-align: top;
  
}

.ajax_notifications_info {
  
  font-size: 13px;
  width: 68%;
  display: inline-block;
  vertical-align: top;
  margin-top: -4px;
  
}

.ajax_notifications_info b{

  color: #FFFBDA;
  
}

.ajax_notifications_close {
  
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  
}

.ajax_notifications_name {
  
  min-height: 16px;
  max-height: 40px;
  overflow: hidden;
  font-size: 13px;
  
}