#categories {
	position: relative;
	margin-top: -3px;
	margin-bottom: 10px;
	width: 604px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	#categories { width: 300px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#categories { width: 460px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#categories { width: 388px; }
}

	.news_category {
		color: rgba(254,133,36,1);
		font-size: 12px;
		text-transform: uppercase;
	}
		
		.news_category a {
			color: rgba(56,56,56,1);
			text-decoration: none;
			transition: color 0.3s linear;
			-webkit-transition: color 0.3s linear;
			-moz-transition: color 0.3s linear;
		}

		.news_category a:hover {
			color: rgba(56,56,56,0.7);
		}
	
#news_title {
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	font-display: swap;
	color: #383838;
	width: 604px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	#news_title { width: 300px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#news_title { width: 460px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#news_title { width: 388px; }
}

#news_abstract {
	width: 564px;
	background: rgba(0,0,0,0.1);
	padding: 20px;
	margin: 10px 0 20px 0;
	line-height: 20px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	#news_abstract { width: 280px; padding: 10px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#news_abstract { width: 440px; padding: 10px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#news_abstract { width: 348px; }
}

#images_header {
	width: 604px;
	height: 317px;
	box-shadow: 0 6px 38px -12px rgba(0, 0, 0, 0.4), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	#images_header { width: 300px; height: 157px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#images_header { width: 460px; height: 241px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#images_header { width: 388px; height: 204px; }
}
	
	.header_img {
		width: 604px;
		height: 317px;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.header_img { width: 300px; height: 157px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.header_img { width: 460px; height: 241px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.header_img { width: 388px; height: 204px; }
	}
	
#content {
	width: 604px;
	margin-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0 6px 6px -3px rgba(0,0,0,0.2);
	line-height: 20px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	#content { width: 300px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#content { width: 460px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#content { width: 388px; }
}

#tag_box {
	padding-top: 20px;
}

	#tag_title {
		text-transform: uppercase;
		font-weight: 700;
		margin-bottom: 5px;
	}
	
#content a {
	text-decoration: none;
	color: rgba(254,133,36,1);
}
	
#content a:hover {
	text-decoration: underline;
}

#content ul {
	list-style: disc;
	margin-left: 20px;
}

#content ol {
	list-style: decimal;
	margin-left: 20px;
}