.easi-notibar {
	width:100%;
	max-height:0;
	padding:0px 10px;
	background:#f7e600;
	position:relative;
	overflow:hidden;
	color:#333;
	font-size:12px;
}

.easi-notibar.easi-notibar-animate {
	transition:max-height 0.3s, padding 0.3s;
}

.easi-notibar.easi-notibar-show {
	max-height:300px;
	padding:10px;
	border-top:1px solid #dfbe00;
}

.easi-notibar.easi-notibar-show:first-of-type{
	border-top:0;
}

.easi-notibar.easi-notibar-hide {
	display:none;
}

.easi-notibar > .easi-notibar-content {
	text-align:left;
	padding-right:30px;
	word-break:break-all;
}
.easi-notibar > .easi-notibar-close {
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:40px;
	height:36px;
	margin:0;
	outline:0;
	background:transparent;
	border:0;
	font-size:14px;
}