/* ------------------
	CNN (ASL) - 2
------------------------- */


html,
body,
#grv_widget,
.grv_panel,
.grv_panel_content,
.grv_articles {
  height: 100%;
}

/* ------------------
  Widget Container
------------------------- */
#grv_widget {
  position: relative;
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0px;
  padding: 0 10px;
}


/* ------------------
  Widget Title
------------------------- */
h3.grv_stories_header {
  display: block;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000;
  padding: 0;
  margin: 0;
}

/* ------------------
  Articles
------------------------- */
ul.grv_articles {
  margin: 0;
  padding: 0;
  float: none;
  list-style: none;
  overflow: hidden;
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 50%;
}

li.grv_article {
  height: 50%;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

a.grv_article_title {
  text-decoration: none;
  color: #1b6291;
  float: left;
  font-size: 13px;
  line-height: 15px;
  max-height: 30px;
  display: block;
  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  width: 100%;
  z-index: 10;
}

li.grv_article.grv_has_summary a.grv_article_title {
  margin-bottom: 0;
}

a.grv_article_title:hover {
  text-decoration: underline;
}

.grv_article_content {
  text-decoration: none;
  color: #262626;
  float: left;
  font-size: 13px;
  line-height: 15px;
  max-height: 30px;
  display: block;
  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
  z-index: 10;
}

.grv_is_sponsored .grv_display_name {
  text-decoration: none;
  color: rgb(119, 119, 119);
  font-size: 11px;
  line-height: 14px;
  max-height: 14px;
  display: block;
  overflow: hidden;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 10;
}

/* ------------------
 	Gravity Attribution
------------------------- */
#grv_badge {
  display: none;
}

#grvWidgetStylesLoaded_cnn_asl_2_af186a48af30a7c5b4835a19fe4fe005_css {
  width: 1px;
  height: 1px;
  visibility: hidden;
}
