div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.news-detail__img {
	display: flex;
	justify-content: center;
}

.news-detail__links {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.news-detail__links a:last-child {
	margin-left: auto;
}
.webinar-breadcrumb {
	display: flex;
	margin-top: 10px;
	margin-bottom: 6px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #828282;
	order: -5;
}
.webinar-breadcrumb a{
	margin-right: 5px;
}
.webinar-breadcrumb span{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #828282;
}