#notificationPanelList {
	overflow: auto;
	max-height: 354px;
};

#notificationPanelList img {
    border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    float: left;
    margin-right: 10px;
    width: 5%;
};

#new{
    background: #d3e4f9;
    padding: 5px;
    display: -ms-flexbox;
    display: flex;
    margin: 6px 6px 0;
    width: 96% !important;
}