@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Open+Sans:wght@400;500;600&display=swap");

.art-title {
  text-align: left;
  font: normal normal bold 30px Ubuntu;
  letter-spacing: 0.6px;
  color: #484848;
  margin-left: 0;
  display: block;
}

.art-body {
  font: normal normal normal 15px Ubuntu;
  letter-spacing: 0.3px;
  color: #484848;
  line-height: 24px;
}

.art-body > h2 {
  font-size: 20px;
}

.more-header {
  font: normal normal bold 20px/24px Montserrat;
  color: #484848;
}

.bib {
  border: 1px solid #dddddd;
  width: 100%;
}

.bib-header {
  text-align: left;
  font: normal normal normal 20px/24px Montserrat;
  letter-spacing: 0.4px;
  color: #484848;
}

.related ul,
ol {
  display: inline-block;
  padding: 0.5em;
  padding-left: 2em;
  margin: 0.5em;
}

.related ul.custom-bullet,
ol.custom-bullet {
  list-style: none;
}
.related ul.custom-bullet > li,
ol.custom-bullet > li {
  clear: left;
}

.related ul.custom-bullet > .doc li:before,
.doc li:before {
  content: "";
  height: 1em;
  width: 1em;
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-size: 100%;
}

.related ul.custom-bullet.doc > li:before {
  background-image: url("style_images/file_icon.f5759f1a1a39.svg") !important;
  transform: translate(-50%, 15%);
}

.related li:not(:last-child) {
  margin-bottom: 15px;
}

.related a {
  color: #484848;
}

.related a:hover {
  text-decoration: None;
}

.details{
  font: normal normal normal 14px Ubuntu;
  line-height: 1.57;
  letter-spacing: 0.28px;
  text-align: left;
  color: #9f9f9f;
}
.main-container{
  margin-top: 100px;
}

@media only screen and (max-width: 960px) {
  .mobile-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
