
/*
 *
 * Content of CSS:
 *
 *  .rssquote
 *  .minitext
 *  .rssinfo
 *  .feeds_filter
 *  .feed_horizontal_separator
 *  .stats_super_div
 *  .stats_div
 *  .td_news_logo
 *
 *************************************************************************************************/

/* --------------------------------------------------------------------------------------------- */

/**************************************************************************************************
*                                                                                                 *
* Global                                                                                          *
*                                                                                                 *
**************************************************************************************************/


@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,700,900");

.rssquote {
  /* font: 14px Source Sans Pro; */
  display: none;
}

.rssquote:hover {
	color: green;
}

.minitext {
  /* font: 12px Source Sans Pro;	 */
}

.news_img_feed {
  width: 18px;
  height: 18px;
}

.rssinfo {
  float: left;
  left: 10px;
  position: relative;
  width: 96.5%;
  border: dotted #bbb 1px;
  white-space: normal;
  padding: 10px 10px 10px 10px;
  color: grey;
}

.table_rss {
  border-color: darkgrey;
}

.div_rssinfo {
  border: dotted #bbb 1px;
  white-space: normal;
  padding: 20px 10px 20px 8px;
  /*height: 62px;
  width: 290px;*/
  height: 64px;
  color: grey;
  background-color: #f3f6f3;
}

.solid {
  border: dotted #777 1px;
}

.author_rss_author {
  color: lime;
}

.author_rss_author:hover {
  color: white;
}

.catlink {
  color: darkgreen;
}

.catlink:hover {
  color: black;
  /*text-shadow: 1px 1px 1px black;*/
  /*background-color: #353*/;
}

.div_rssinfo:hover {
  border: solid lime 1px;
  background-color: lightgrey;
}

.rssinfo:hover {
  border: solid lime 2px;
  background-color: #eee;
  color: black;
}

.rss_author {
  background-color: #333;
  color: lime;
}


.rss_item {
  overflow: hidden;
  border: 1px solid #fff;
  display: inline-block;
  max-width: 33%;
}

/*.rss_item:nth-child(odd) {
  background-color: #fff;
}*/

.rss_item:hover {
  border-style: solid;
  border-width: 0.5px;
  border-color: lime;
  background-color: #effaef;
}



.home {
  padding: 5px 5px 5px 5px;
  border: 0px;
}

.feeds_filter {
  /* font-weight: bold; */
  display: inline-block;
}

.feed_horizontal_separator {
  display: inline;  
}



.select_item {
  color: lightgreen;
}

.select_item_focus {
  color: white;
}


.select_item_focus {
  color: red;
}



.small_news {
  font-variant: small-caps;
  display: inline-block;
  width: 180px;
  position: relative;
  float: left;
}



/**************************************************************************************************
*                                                                                                 *
* Global                                                                                          *
*                                                                                                 *
**************************************************************************************************/

.stats_super_div {
  width: 100%;
}

.stats_div {
  width: 33%;
  vertical-align: top;
  display: inline-block;
}

.td_news_logo {
  width: 32px;
  border: dotted white 1px;
}

.font_small_news {
  font-family: Source Sans Pro;
}


