.notification
{
background:#ffe0d1;
color:#db4b0b;

height:50px;	
	
}
.notification>div
{
	line-height:50px;
}
.notification>div:nth-child(2)>span
{
	font-size:34px;
	font-weight:bold;
	
}
.notification>div:nth-child(1)>span:nth-child(2)
{
	text-transform:uppercase;
	
	font-size:18px;
}
.bell
{
	font-size:20px;
	display:inline-block;
	padding-right:10px;
	z-index:999;
}
.notification-comment
{
	display: inline-block;
    padding-right: 5px;
}
.notification-comment-line2
{
	color: #999;
    font-size: 14px;
}
.notification-comment-line3
{
	color: #a5acb0;
    font-style: italic;
    font-size: 13px;
}