/* article styles --------------------------*/
div.articlecontainer {
  margin-bottom: 20px;
}
.articleview div.article_heading,
.articlecontainer div.ac_heading {
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 0.25em;
}
.articleview .article div.article_heading {
  font-weight: normal;
}
.articlecontainer div.article_subheading {
  font-weight: bold;
  font-size: 1.2em;
}
div.article_update_time,
div.article_post_time,
.articlecontainer div.ac_heading {
  margin-bottom: 1em;
}
div.article_update_time,
div.article_post_time {
  color: #363636;
}
.articleview .articlecontainer div.ac_heading {
  margin: 0;
}

/* boxed style */
.ac_style_boxed div.ac_item {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* list style */
.ac_style_list li {
  list-style-type: square;
}
.ac_style_list div.article_heading {
  font-size: 1.1em;
}
ol.ac_style_list {
  padding-left: 15px;
}
