.notification{
    padding:10px;
    z-index:9999999999;
    position:fixed;
    font-size:12px;
    display:none;
    border-style:solid;
	bottom: 20px !important;
}
.notification-block{
    position:relative;
    width:100%;
    float:left;
    min-height:1px;
    white-space:normal;
}
.notification-img,.notification-text-block{
    float:left;
    min-height:1px;
    white-space:normal;
    display:inline-block;
    vertical-align:middle;
}
.notification-img{
    width:60px;
    text-align:center;
    font-size:40px!important;
    line-height:40px;
	padding-top: 3px;
}
.notification-imgimg{
    width:100%;
    height:auto;
}
.notification-text-block{
    width:200px;
    padding-left:10px;
    padding-right:10px;
    line-height:1.3;
	padding-top: 5px;
}
.notification-title{
    font-weight:bold;
}
