/* ========= INFORMATION ============================

	- document:  Fake Notifications - creating effective herd effects
	- author:    Wow-Company @ Codecanyon
	- profile:   https://codecanyon.net/user/wow-company
	- version:   1.1
	- email:     wow@wow-company.com

==================================================== */

.notification{
    padding:7px;
    z-index:9999999999;
    position:fixed;
    font-size:9px;
    font-family:Verdana,sans-serif;
    display:none;
    border-style:solid;
}
.notification-block{
    position: relative;
    width: auto !important;
    float: left;
    min-height: 1px;
    white-space: normal;
}
.notification-img {
    display: none !important;
}
.notification-text-block{
    width: auto;
    padding: 0 5px !important;
    line-height:1.3;
}
.notification-title{
    font-weight:bold !important;
}