.news-title {
  font-size: 1.5em;
  padding: 20px;
}

/* year selection section */
.news-year {
  background-color: #F2F3E3;
  border-top: solid #CCCCCC 1px;
  border-bottom: solid #CCCCCC 1px;
}
.news-year-center {
  background-color: #FFFFFF;
  overflow: scroll;
  display: block;
}
.news-year-before {
  -webkit-transform:rotate(-180deg);
  -moz-transform:rotate(-180deg);
  -o-transform:rotate(-180deg);
  transform:rotate(-180deg);
  ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  top: 3px;
  /*margin-right: 20px;*/

  position: absolute;
  left: 5px;
  background-color: #FFFFFF;
}
.news-year-after {
  top: 3px;
  position: absolute;
  right: 5px;
}
.news-year-after-bg {
  position: absolute;
  right: 0;
  width: 35px;
  background-color: #FFFFFF;
  top: 0;
}
.news-all-years {
  margin-left: 15px;
}
.news-all-years > a {
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}
.news-year-selected-year {
  border: 1px #333333 solid;
  font-weight: bold;
  color: red !important;
  padding-top: 2px;
  padding-bottom: 2px;
}


/* month selection section */
.news-month {
  /*padding-top: 5px;*/
  /*padding-bottom: 5px;*/
  border-bottom: #cccccc solid 1px;
}
.news-month-center {
  padding-left: 20px;
  padding-right: 20px;
}
.news-month-selected-month {
  border: 1px #333333 solid;
  font-weight: bold;
  color: red;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* render news section */
.news-loading, .news-nonews {
  padding: 50px;
  font-size: 1.5em;
}

/* news date time */
.news-section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-section-date {
  padding: 10px;
}
.news-section-date-time {
  border: 1px #E5E5E5 solid;
  padding: 5px;
  display: inline-block;
}
.new-section-border {
  content: " ";
  border-bottom: 1px solid #E5E5E5;
}
.news-section-title, .news-section-subtitle {
  margin-bottom: 5px;
}