
#notifications-bottom-right {
	position: fixed;
	width: 600px;
	right: 70px;
	bottom: 20px;
        z-index: 10;
}
#notifications-bottom-right-tab{
	background-color: rgba(255,255,255,1);
	float: left;
	height: 100px;
	width: 570px;
	position: relative;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	
}
#notifications-bottom-right-tab-close{
	height: 20px;
	width: 20px;
	position: absolute;
	top: 40px;
	right: 20px;
	color: #cccccc;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#notifications-bottom-right-tab-close:hover {
	color: rgba(102,102,102,1);
	cursor: pointer;
}
#notifications-bottom-right-tab-avatar{
	float: left;
	height: 100px;
	width: 70px;
	margin-left: 20px;
}
#notifications-bottom-right-tab-avatar img{
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	-khtml-border-radius: 50% 50% 50% 50%;
	float: left;
	margin-top: 15px;
}
#notifications-bottom-right-tab-right{
	float: left;
	width: 450px;
	margin-left: 20px;
	margin-top: 20px;
}
#notifications-bottom-right-tab-right-title{
	float: left;
	width: 100%;
	color: #252525;
}
#notifications-bottom-right-tab-right-title span{
	color: #e91e63;
}
#notifications-bottom-right-tab-right-text{
	float: left;
	width: 100%;
	font-size: 12px;
	color: #4c4c4c;
	font-style: italic;
	margin-top: 5px;
}


@media (max-width: 767px) {
    #notifications-bottom-right-tab{
	
	width: 100%;
	position: relative;
        border-top:1px solid black;
        border-bottom:1px solid black;
        border-left:3px solid #d00000;
        border-right:3px solid #d00000;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
        margin-bottom: 2em;
        font-size:12px;
        height:110px;
	
}

#notifications-bottom-right-tab-right{
	float: left;
	width: calc(100% - 100px);
	margin-left: 12px;
	margin-top: 10px;
}

#notifications-bottom-right-tab-avatar{
	float: left;
	height: 100px;
	width: 70px;
	margin-left: 10px;
}

}