.document-library--back-button {
  color: #214493;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
.document-library--back-button::before {
  width: 20px;
  height: 26px;
  color: #214493;
  font-family: FontAwesome;
  content: "\f104";
  font-size: 25px;
}
.document-library--header {
  font-size: 28px;
  font-family: Arial;
  font-weight: bold;
  color: #303030;
  margin: 0 0 30px 0;
}
.document-library--wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.document-library--wrapper--image {
  width: 369px;
}
.document-library--wrapper--image img {
  border: 3px solid #214496;
  padding: 8px;
  width: 100%;
}
.document-library--wrapper--abstract {
  width: 720px;
}
.document-library--wrapper--abstract p {
  margin: 0;
  color: #303030;
  font-size: 16px;
  line-height: 31px;
  text-align: justify;
}
.document-library--file .ecl-file {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
}

@media only screen and (max-width: 1139px) {
  .document-library--wrapper--image {
    width: 300px;
  }
  .document-library--wrapper--abstract {
    width: 645px;
  }
}
@media only screen and (max-width: 995px) {
  .document-library--wrapper--image {
    width: 100%;
  }
  .document-library--wrapper--abstract {
    width: 100%;
  }
}

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