.section_header .title {
  font-family: "LatoHairline", sans-serif;
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  /* font-weight: 100; */
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 1;
  font-size: 30px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .section_header .title {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .section_header .title {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .section_header .title {
    font-size: 50px;
  }
}
.section_header .title_section {
  font-family: "LatoLight", sans-serif;
  text-align: left;
  line-height: 1;
  margin-bottom: 25px;
  font-size: 12px;
  letter-spacing: 3px;
}
@media (min-width: 768px) {
  .section_header .title_section {
    font-size: 14px;
    letter-spacing: 5px;
  }
}
@media (min-width: 992px) {
  .section_header .title_section {
    font-size: 20px;
    letter-spacing: 7px;
  }
}
@media (min-width: 1200px) {
  .section_header .title_section {
    font-size: 25px;
    letter-spacing: 10px;
  }
}

.float-right {
  float: right !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

html.cui body #block-content {
  padding-top: 80px;
  padding-bottom: 40px;
}

.cui .btn {
  max-width: 400px;
}
.cui .add-margin {
  margin-top: 1em;
  margin-bottom: 1em;
}

xmp {
  margin-top: 0em;
  margin-bottom: 0em;
}

.bar_top_of_pre {
  margin-top: 1em;
}

.copy_pre_block {
  margin-bottom: 1em;
  padding-left: 15px;
}

li {
  padding-bottom: 0.5em;
}

html.cui .sidebar-nav li {
  padding-bottom: 0em;
  margin-bottom: 0em;
}/*# sourceMappingURL=lab.css.map */