/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
#document-page h1 {
  font-size: 20px;
  line-height: 28px;
}
.document-text * {
  font-family: PT Sans !important;
  font-size: 15px;
  line-height: 22px;
}
.document-view {
  position: relative;
  margin-top: 20px;
}
.document-view iframe {
  margin: auto;
  border: 1px solid #ddd;
}
.docbadge {
  margin-bottom: 25px;
  background: rgba(239, 239, 239, 0.5);
  padding: 6px 12px 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  letter-spacing: 0.03em;
  color: #5C5C5B;
}
.docbadge:before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background: black;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.docbadge.docbadge-actual:before {
  background: #30B32D;
}
.docbadge.docbadge-not-actual:before {
  background: #B32D2E;
}
