.NotificationsContainer {
    margin-left: 5px;
    margin-right: 5px;
}
    .NotificationsContainer .ClearNotificationsContainer {
        text-align: right;
        color: #DD4814;
        font-weight: bold;
        cursor: pointer;
        margin-bottom: 15px;
    }
    .NotificationsContainer .DeleteNotificationContainer {
        text-align: right;
        color: #DD4814;
        cursor: pointer;
    }
    .NotificationsContainer .Divider {
        margin-top: 10px;
        margin-bottom: 10px;
        border-bottom-color: white;
    }

    .NotificationsContainer .ClearContainer {
      color:red;
    }
   
