div.news-list {
	word-wrap: break-word;
}

div.news-list img.preview_picture {
	float: left;
	margin: 0 4px 6px 0;
}

.news-date-time {
	color: #486DAA;
}

.elemAccordeon {
	margin: 10px 0 30px;
	padding: 30px;
	background: #f1f8f9;
}

.headingElem {
	display: block;
	position: relative;
	font-size: 18px;
	/* font-family: "Playfair Display"; */
}

.descElem {
	display: none;
	padding-top: 20px;
	margin: 0;
}

.descElem.active {
	display: none;
	overflow: initial;
}

.headingElem:after {
	content: "\f106";
	position: absolute;
	right: 5px;
	top: 0px;
	color: #69ae19;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 25px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.headingElem.active:after {
	content: "\f107";
}

.headingElem:hover {
	color: #69ae19;
	cursor: pointer;
}

.prices-item-table-title {
	width: 80%;
	padding: 0;
}

.prices-item-table-cost {
	padding: 0;
}
