pre, code {
  white-space:pre !important; 
  overflow-x:scroll !important;
  word-break: keep-all !important;
  word-wrap: initial !important;
}


.footer_section {
  background-color: #DDDDDD;
  position: absolute;
  left: 0;
  bottom: auto;
  width: 100%;
  height:100px;
  margin-top:30px;
}

.footer_content {
  width: 100%;
  text-align: center;
  font-size: 11px;
  margin: 15px 0 15px 0;
  vertical-align: middle;
}

.main-container {
    margin-top: 20px;
}

img {
    margin-bottom: 10px;
}


.glossary_anchor:target {
  padding-top: 90px;
}

/* -------------------- Logo -------------------- */

.logo_frame {
    height: 50px;      /* equals max image height */
    width: 50px;
    white-space: nowrap; /* this is required unless you put the helper span closely near the img */
    text-align: center;
    margin-top: -12px;
    margin-right: 21px;
    float: left;
}

.logo_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.logo_frame>img {
    vertical-align: middle;
    max-height: 50px;
}