div.news_content p, div.news_content ul, div.news_content li, div.news_content a {
    line-height: initial !important;
    background: none !important;
}
div.news_content p, div.news_content span, div.news_content em, div.news_content a, div.news_content li {
    font-size: 12px !important;
    font-family: Arial,sans-serif !important;
    background: none !important;
}
div.news_content span {
	position: initial !important;
}
div.news_content a {
    font-weight: bold !important;
    text-decoration: none;
}
.news_container {
	display: flex;
	gap: 20px;
}
.news_categories {
	border: 1px solid #DDD;
    padding: 10px 10px 10px 10px;
    background: linear-gradient(to bottom, #FFF 0%, #FAFAFA 100%) repeat scroll 0 0 transparent;
    min-width: 175px;
}
.news_categories .title {
	display: table;
    background: #990000;
    color: white;
    margin: -5px 0 15px -5px;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
}
.news_categories ul {
	margin: 0;
	padding: 0 0 0 10px;
}
.news_categories ul li {
	padding: 5px 0 5px 0;
}
.news_categories a {
	font-size: 13px;
    font-weight: bold;
    color: #004276;
    text-decoration: none;
	display: initial;
}
.news_categories a:hover {
	text-decoration: underline;	
}
.news_list {
	width: 100%;
}
.news_list h2 {
	background: #990000;/*#000000;*/
	color: #ffffff;
	font-size: 13px;
	padding: 5px 0 5px 5px;
}
div.blog_list h2 {
	width: fit-content !important;
	padding: 5px 5px 5px 5px !important;
}
.news_list ul {
	list-style-type: square;
	color: #ca021f;
}
.news_list ul li {
	font-size: 13px;
	padding: 7px 0 7px 0;
}
.news_list ul li a, .news_list ul li a:visited {
	font-weight: bold;
	font-size: 13px;
	color: #004276;
	text-decoration: none;
	display: initial;
}
.news_list ul li a:hover {
	text-decoration: underline;
	color: #ca021f;
}
div[id^="news_"] {
    margin-bottom: 15px !important;
}

h1 {
    font-size: 20px;
    margin: 0;
}
div.advanced_search {
    margin: 0px 0 10px 0px;
    padding: 10px 20px 10px 20px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background-color: #f5f5f5;
}
table.search, table.search table {
    width: 100%;
    max-width: 400px;
    margin: auto;
}
td.searchAttribute, td.searchAttribute label {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}
table.search td.searchAttribute:nth-child(1) {
    width: 60px;
}
input.searchAttribute {
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 3px;
    font-size: 12px;
    max-width: 315px;
    width: 100%;
    height: 25px;
}
div.search_button {
    padding: 7px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background-color: #990000;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
}
input.search_button {
    padding: 7px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background-color: #990000;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    width: 64px;
    margin-top: 10px;
}
h1.news_title {
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0;
    color: #990000;
}
a i {
    font-size: 10px;
}

/* news view */
div.content {
    border: solid #ccc 1px;
    border-radius: 5px;
    margin-top: 10px;
    padding-top: 3px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    width: 420px;
}
div.news {
	width: auto !important;
    min-width: 200px !important;
}
div.content_title {
    height: auto;
    padding: 6px 0 3px 10px;
    font-weight: bold;
    font-size: 14px;
    color: #770000;
    background-color: #ffffff;
    background-repeat: repeat-x;
    background-position: left bottom;
    border-bottom: 1px solid #cccccc;
}
div.news .content_title {
    padding-left: 5px;
}
.news a.content_title {
    font-weight: bold;
    font-size: 14px !important;
    color: #770000 !important;
    text-decoration: none;
}
div.news .content_title {
    padding-left: 5px;
}
.news ul {
	margin: 0;
}
.news a, .news a:link, .news a:visited {
	display: initial;
    line-height: 18px;
    font-size: 12px;
    text-decoration: none;
    color: rgb(0, 51, 153);
    vertical-align: top;
}
.news a:hover {
	text-decoration: underline;
}
.news span {
	line-height: 18px;
}
.no_news_result {
	font-size: 13px;
	font-weight: bold;
    padding: 5px 0 5px 5px;
}
@media screen and (max-width:1125px) {
	.news_container > div:nth-child(3) {
		display: none;
	}
}
@media screen and (max-width:600px) {
	.news_container {
		flex-direction: column-reverse;
	}
}