.notif {
    position:relative;
}
.notif .label {
    position: absolute;
    top: -6px;
    right: -8px;
    text-align: center;
    font-size: 9px;
    padding: 1px 1px;
    line-height: .9;
}
.notif .label-warning{
    background-color: #f39c12 !important;
}

div.notif-view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}