﻿.dropdown-notifications .dropdown-menu {
    min-width: 450px;
}

.dropdown-notifications .notification a {
    white-space: initial;
}

.dropdown-notifications .notification .glyphicon {
    margin-left: -10px;
}
.dropdown-notifications .notification-date
{
    font-size:11px;
    max-width:15%;
    display:inline-block;
    color:#bbb;
}

.dropdown-notifications .notification-text
{
    width:80%;
    font-size:14px;
    display:inline-block;
}