#news-detail #news-img img {
	width: 100%;
	height: auto;
	padding: 0;
	margin-bottom: 20px;
}
#news-detail img, #news-img img {
	padding: 10px;
	max-width: 100%;
    height: auto;
}
#news-detail h2 {
    line-height: initial;
    padding: 20px 0;
}
#news-detail a {
    color: #E6262E;
	border-bottom: 1px dashed #E6262E;
}
#news-detail .gallery-col a {
border-bottom: 0px dashed #E6262E;
}
#news-detail .back-link a, #news-detail .tags_row-category a {
    color: #767676;
	border-bottom: 0px dashed #767676;
}
/*table*/
#news-detail table {
	width: 100%;
}
#news-detail table tr {
	border-bottom: 5px solid #fff;
}
#news-detail table tr:nth-child(odd) {
	background: #F3F3F3;
	border-bottom: 5px solid #F3F3F3;
}
#news-detail table td {
	padding: 8px 5px;
}
#news-detail table td:nth-child(odd) {
	/* width: 100px; */
}
#news-detail table.no-backgr {
	border: 1px solid #ccc;
}
#news-detail table.no-backgr tr {
	border-bottom: 1px solid #ccc;
	border: 1px solid #ccc;
}
#news-detail table.no-backgr tr td {
	border: 1px solid #ccc;
}
#news-detail table.no-backgr tr:nth-child(odd) {
	background: transparent;
	border-bottom: 1px solid #ccc;
	border: 1px solid #ccc;
}
#news-detail iframe{
	width: 100%;
    height: 400px;
}