.newsframe {
  border: 1px solid black;
  border-radius: 10px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.newsframe > table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.newsframe > table td {
  border: 1px none black;
  border-top-style: solid;
  padding: 3px 5px;
}
.newsframe > table td.news-role {
  width: 100px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.9rem;
  overflow: hidden;
}
.newsframe > table td.news-role span {
  display: block;
  padding: 4px 10px;
}
.newsframe > table td.news-role span.news-role-update {
  background: #33f;
  color: #fff;
}
.newsframe > table td.news-text {
  text-align: left;
}
.newsframe > table th.news-title {
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid black;
}

/*# sourceMappingURL=news.css.map */
