.vacancy-block {
	min-width: 200px;
	padding: 15px;
	border: 1px solid #ebeff2;
}
.vacancy-list {
}
.vacancy-item {
	margin: 0 0 10px 0;
}
.vacancy-item a {
	display: block;
	font-weight: bold;
	text-overflow: ellipsis;
	margin-bottom: 2px;
	color: #cd2b24;
}
.vacancy-item .description {
	font-size: 12px;
	color: #858585;
	line-height: 18px;
}




