.el-infobar .bh-bodytext {
	display: flex;
	align-items: center;
}
.el-infobar .bh-bodytext p {
	width: 100%;
	line-height: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
}
.el-infobar .close {
	position: absolute;
	right: 10px;
	height: 100%;
	width: 50px;
	top: 0px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.el-infobar.bg-blue {
	background: #8aa6bd !important;
}

@media only screen and (max-width : 800px) {
	.el-infobar .bh-bodytext {
		text-align: left;	
	}
	.close {
		right: 0px !important;
		top: auto !important;
		bottom: 0px;
	}
}
