/* Style Resources List */
.resource-list {
  list-style: none;
}
.resource-item .update-date {
  margin-bottom: 7px;
}
.resource-item .update-date .icn-txt-p-code {
  vertical-align: text-bottom;
  margin-right: 3px;
}
.resource-item .description {
  text-align: justify;
  max-width: 450px;
}
.format-filesize-label {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
/* END Style Resources List*/
.data-check-modal.modal.show .modal-dialog {
  width: 1260px;
  max-width: none;
}
.data-check-modal.modal.show .modal-dialog .modal-content {
  height: 90vh;
}
.data-check-modal.modal.show .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.data-check-modal.modal.show .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: 80vh;
}
