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;
}

.multiple-datepicker__clear {
	opacity: 1;
	content: '';
	display: inline;
	position: absolute;
	top: 50%;
	right: 37px;
	transform: translate(0, -50%);
	width: 9px;
	height: 9px;
	background-image: url("/local/html/static/img/svg-sprite/sprite.svg");
	background-position: -4px -4450px;
	background-repeat: no-repeat;
	cursor: pointer;
	bottom: auto;
	background-size: auto;
}

[v-cloak] { display: none; }

.row-margin-restore {
	margin-right: -15px;
	margin-left: -15px;
}

.filter-tag {
	margin: 0 0 20px 0;
	display: flex;
	align-items: center;
}

.filter-tag span {
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	background: #D23636;
	display: inline-block;
	border-radius: 10px;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 14px;
	font-size: 13px;
	margin: -1px 0 0 5px;
}