a img
{
	border: 1px solid black;
}
.youtube_video_wrapper {
	display: flex;
	justify-content: center;
}
.youtube_video {
	max-width: 100%;
	width: 640px;
	height: 366px;
	border: 1px solid black;
	cursor: pointer;
	background-image: url(../images/design/youtube.jpg);
}
.news_title
{
	font-size: 0.75rem;
	font-weight: bold;
	text-decoration: none;
}
.news_title:link
{
	color: black;
}
.news_title:active
{
	color: black;
}
.news_title:hover
{
	color: black;
}
.news_title:visited
{
	color: black;
}

.news-item
{
	margin: 0 0 1rem;
}
.news-item-title
{
	margin: 0 0 0.35rem;
	font-size: 1rem;
	line-height: 1.25;
}
.news-separator
{
	height: 3px;
	margin: 0.35rem 0 0.55rem;
	background-image: url(../images/design/news_line_h.gif);
	background-repeat: repeat-x;
}
.news-item-footer
{
	margin-top: 0.5rem;
}

.news_text
{
	font-size: 0.7rem;
	overflow-wrap: break-word;
	word-break: break-word;
}
.news_text img
{
	max-width: 100%;
	height: auto;
}
.news_text table
{
	max-width: 100%;
	overflow-x: auto;
	display: block;
}
.news_text iframe
{
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 768px) {
	.news_text
	{
		font-size: 0.85rem;
	}
	.youtube_video
	{
		width: 100%;
		max-width: 640px;
		height: 0;
		padding-bottom: 56.25%;
	}
}
.news_line
{
	background-image: url(../images/design/news_line_h.gif);
	background-repeat: repeat-x;
}
.news_order
{
    font-weight: bold;
	font-size: 0.6rem;
}
.news_order a img
{
	border: 0;
}
.news_list
{
	font-size: 18px;
	font-style: normal;
}
.news_list:link
{
	color: black;
}
.news_list:active
{
	color: black;
}
.news_list:hover
{
	color: gold;
}
.news_list:visited
{
	color: black;
}
.news_text a
{
	font-size: 0.7rem;
}
