﻿#NotificationList {
    width: 300px !important;
    position: absolute;
    right: 0px;
}

#NotificationList.show{
    display:table;
}

#NotificationList li{
    border-top: 0,5px solid gray;
    border-bottom: 0,5px solid grey;
}

#NotificationList.show li{
    display: block;
}

#NotificationList .nav-link {
    color: black;
}