body {
  font-size: 1.05rem;
  height: 100%;
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  position: relative;
  width: 100%;
  text-rendering: optimizeLegibility;
}
.data-types-list {
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 90px;
}
.data-type-value {
  /*border-bottom: 1px dashed #9b9b9b;*/
}
.direction-item {
  margin-bottom: 0.4rem;
}
.link-container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list-item li {
  float: left;
}
.image-container {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.image-container img {
  display: block;
  border: 2px solid #4a4a4a;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-title {
  font-weight: 550;
}
.page-title {
  margin-bottom: 3rem;
}
.rest-link {
  margin-right: 0.5rem;
}
.rest-link-container {
  display: flex;
  flex-wrap: wrap;
}
.rest-link-title {
  color: #4a4a4a;
  margin-top: 0.5rem;
}
.section-info {
  margin-bottom: 2rem;
}
.subsection-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #037088;
}
.sub-section {
  padding-bottom: 1rem;
}

@media only screen and (max-width: 645px) {
  .page-title {
    font-size: 2rem !important;
  }
  .section-title {
    font-size: 1.5rem !important;
  }
}