div#notification_container > div.list > div[pk] > div.title{padding: 0px 5px; font-weight: bold;}
div#notification_container > div.list > div[pk] > div.message{padding: 0px 5px; background-color: white; border: 1px solid lightgrey; border-radius: 4px; max-height: 300px; overflow-y: auto;}
div#notification_container > div.list > div[pk]{padding: 5px; cursor: pointer; margin-top: 5px;}
div#notification_container{
    position: absolute;
    right: 10px;
    bottom: 30px;
    width: 250px;
    z-index: 1101;
}
div#notification_container > div.templates{display: none;}