.modal .modal-body {
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}
.news_modal_content .modal_title {
  font-size: 26px;
  margin-bottom: 15px;
  line-height: 31px;
}
.news_modal_content .modal_body {
  padding-top: 10px;
  text-align: justify;
}
.news_modal_content .modal_body p,
.news_modal_content .modal_body span,
.news_modal_content .modal_body div,
.news_modal_content .modal_body a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;
}
.news_modal_content .news_image_container {
  background-color: #f7f7f7;
  text-align: center;
  margin-bottom: 5px;
}
.news_modal_content .news_item_img {
  max-width: 100%;
  border-radius: 2px;
}
.news_modal_content .org_table {
  display: table;
  margin-bottom: 15px;
}
.news_modal_content .org_table .org_cell {
  display: table-cell;
  vertical-align: middle;
}
.news_modal_content .org_table .org_image_cell {
  padding-right: 8px;
}
.news_modal_content .org_table .org_name {
  font-size: 13px;
}
.news_modal_content .item_footer {
  background-color: #003B7A;
  color: #fff;
  position: relative;
  padding: 6px 10px;
  border-radius: 2px;
}
.news_modal_content .item_footer .tag {
  position: absolute;
  top: 6px;
  right: 10px;
  cursor: default;
}
.news_modal_content .item_footer .publish_date {
  cursor: default;
}
