body {
  font-family: Roboto;
  font-size: 0.9rem;
  font-weight: 300;
}

header.data-app_header .header-links a {
  color: #003057;
  font-size: 0.8rem;
  text-decoration: none;
  margin: 0 0.5rem;
  font-weight: 600;
}

header,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'IBM Plex Sans', sans-serif;
}

header.data-app_header .header-links a:hover {
  color: #B06533;
}

.container {
  padding: 0 2rem;
}

.data-app_content__wrapper,
.data-app_landing__wrapper {
  margin-bottom: 3rem;
}

.data-app_content__header,
.data-app_landing__header {
  margin-top: 4rem;
}


.data-app_content__title,
.data-app_landing__title {
  color: #003057;
  font-weight: 700;
}

.data-app__subheader {
  border: 1px #ddd;
  border-style: solid none;
  padding: 0.8rem 0;
  margin: 1.5rem 0;
}

.data-app__author_info,
.author_info__column {
  font-size: 0.8rem;
}

.data-app__author_info table {
  width: 100%;
}

.data-app__author_info h6 {
  font-size: 0.75rem;
}

.author_info__column {
  vertical-align: top;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.authors-list {
  margin: 0;
}

@media (min-width: 1200px) {

  .data-app_content__wrapper,
  .data-app_landing__wrapper {
    width: 1100px;
  }
}