.popupnews {
	position: fixed;
	width: 350px;
	bottom: 0px;
	right: 6px;
	z-index: 9999;
}
.popupnews .title .icon {
	float: right;
}
.popupnews .title {
	background: #00883b;
	color: white;
	padding: 12px;
	cursor: pointer;
}
.newsList {
	display: none;
	background: #efefef;
	height: 400px;
	overflow-x: auto;
}

.popupnews h4{
	font-size: 20px;
}

.catalogueMenu a + .tooltip > .tooltip-inner {
	background-color: #00883b;
}
.catalogueMenu a + .tooltip > .tooltip-arrow {
	border-bottom-color: #00883b;
}