/************************* NEWS STYLE ***********************************/

.pagination-section {
	text-align: center;
}

.api_article_include {
	/*margin-top: 25px;*/
}

.api_article_include a {
	text-decoration: none;
}

.api_article {
	clear: both;
	display: block;
	overflow: hidden;
	padding: 12px 20px 12px 12px;
	margin-top: 10px;
	margin-bottom: 10px;

  -webkit-box-shadow: 2px 2px 22px 0px rgba(230,230,230,1);
  -moz-box-shadow: 2px 2px 22px 0px rgba(230,230,230,1);
  box-shadow: 2px 2px 22px 0px rgba(230,230,230,1);
  border: 1px solid #e9e9e9;
  border-radius: 0;

}
.api_article:hover {
	text-decoration: none;
	cursor: pointer;
	/*background-color: #d6d6d6;*/
}
/*.api_article:first-child {
	border: none;
}*/
.api_article_image {
	float:left;
	margin: 0px;
	margin-right:12px;
	display: inline-block;
}
.api_article_image img {
    object-fit: none;
    object-position: center;
    width: 120px;
    height: 75px;
}
.dark-mode .api_article_image img {
	border-radius: 3px;
}
.api_article_title {
	margin-top: 10px;
	/*margin-bottom: 2px;*/
	font-weight:bold;
	font-size: 22px;
	line-height: 1.5rem;
	color:#444;
	text-decoration:none;
	margin-bottom: 10px;
}
.api_article_title_sm {
	font-weight:bold;
	font-size: 17px;
	line-height: 1.5rem;
	color:#444;
}

.dark-mode .api_article_title,
.dark-mode .api_article_title_sm {
	color: #ededed;
	text-shadow: none;
	/*font-weight: normal;*/
}

.api_article_source {
	/*font-size: 0.8rem !important;*/
	font-weight: normal;
  /*background-color: #7fbd42;*/
  /*background-color: #a9d087;*/
/*  border-radius: 1px;
  padding: 3px 6px;*/
  color: #c36666;
  margin-right: 5px;
}
.api_article_title a {
	color:#444; /* color of the news title */
	text-decoration:none;
}

.dark-mode .api_article_source {
	background-color: #5c8d2d;
	color: #f5f5f5;
	border-radius: 2px;
}


.api_article_excerpt {
		font-size: 15px;
		color: #5f5e5e;
}

.api_article_info {
	color: #a5a5a5;
	font-size: 13px;
	margin-bottom: 8px;
}

ul.news_archive  {
	margin-left: 0;
	padding-left: 0;
}

li.news_archive {
	line-height: 1.8em;
	list-style:none;
}

ul.news_short  {
	margin-left: 1.3em;
	padding-left: 0;
}

li.news_short {
	line-height: 1.6em;
}

li.news_short a {
	color:#003333;
	text-decoration:none;
}
.api_article_title_single {
	cursor:pointer;
	cursor:hand;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight:bold;
	font-size: 32px;
	line-height: 1.1em;
	color:#333; /* color of the news title */
	text-decoration:none;
}


/************************* END NEWS STYLE ***********************************/