html
{
  scroll-behavior: smooth;
}

.header-wrapper {
  background-color: #f5f5f5;;
}

.fullwidth-fix div .tm-heading {
  width: 100%;
}

.img-max-center {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.img-max-center img {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.img-ecg {
  max-width: 150px;
  margin-top: 0px;
}
.img-ecg a img {
  max-width: 150px;
  margin-top: 0px;
}

.highlight-text
{
  color: #fff;
  padding: 5px 10px;
  line-height: 1.5;
  background: #3399CC;
  box-decoration-break: clone;
}

@font-face {
    font-family: 'Config Condensed Medium';
    src: url('/resources/fonts/configcondensed-medium-webfont.woff2') format('woff2'),
         url('/resources/fonts/configcondensed-medium-webfont.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'Config Condensed';
    src: url('/resources/fonts/configcondensed-regular-webfont.woff2') format('woff2'),
         url('/resources/fonts/configcondensed-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Config Condensed';
    src: url('/resources/fonts/configcondensed-bold-webfont.woff2') format('woff2'),
         url('/resources/fonts/configcondensed-bold-webfont.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'Gandhi Serif Regular';
    src: url('/resources/fonts/GandhiSerif-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
