#report .content-column.flexbox {
  gap: 20px;
}
#report .article-item {
  border: none;
  padding: 0;
  margin-bottom: 10px;
  display: block;
}
@media screen and (min-width: 743px) {
  #report .article-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 60px) / 4);
            flex: 0 0 calc((100% - 60px) / 4);
  }
}
#report .article-item .article-image {
  margin-bottom: 10px;
  width: 100%;
}
#report .article-item .article-content {
  width: 100%;
}
#report table.report-detail-table {
  border-top: 1px solid #B7C3A4;
  width: 100%;
}
#report table.report-detail-table th, #report table.report-detail-table td {
  padding: 0.5rem;
  border-bottom: 1px solid #B7C3A4;
  font-size: 1.2rem;
  line-height: 1.4;
}
#report table.report-detail-table th {
  font-weight: normal;
}/*# sourceMappingURL=report.css.map */