.Notify
{ position: absolute;
  margin:0; 
  padding:0;
  right:0;
  top:50px;
  width: 205px;
  border-radius:10px 0 0 10px;
  padding:0px;
 /* overflow:hidden;*/
}

.Notify div:first-child
{ border-radius:10px 0 0 0px; }

.Notify div:last-child
{ border-radius:0px 0 0 10px; }

.Notify div
{ margin-bottom: 2px;
  position: relative; }

.Notify .Empl
{ background-color: rgba(255,220,200,0.7); }

.Notify .Vhcl
{ background-color: rgba(255,127,80,0.7); }

.Notify .Bday
{ background-color: rgba(127,255,80,0.7); }

.Notify p
{ margin:0;
  padding: 0 5px;
  text-overflow: ellipsis; 
  white-space: nowrap; 
  overflow: hidden;
}

.Notify div .ToolTip
{ position: absolute;
  right: 213px;
  top:0;
  background-color: whitesmoke;
  border-radius:8px;
  padding:4px;
  width:250px;
  z-index:10;
  visibility:hidden;
  border: 1px solid grey;
}

.Notify div .ToolTip:after,
.Notify div .ToolTip:before
{ content: '';
  position: absolute;
  left:100%;
  width:0;
  height:0;
  border-style:solid;
}

.Notify div .ToolTip:before
{ top:17px;
  border-color:transparent transparent transparent grey;
  border-width: 9px;
}

.Notify div .ToolTip:after
{ top:18px;
  border-color:transparent transparent transparent whitesmoke;
  border-width: 8px;
}

.Notify div:hover .ToolTip
{ visibility: visible; }