/* ==========================================================================
   Forms
   ========================================================================== */
/* line 10, ../../scss/core/JustGage.scss */
.a-JustGage {
  position: relative;
  height: 100%;
}
/* line 14, ../../scss/core/JustGage.scss */
.a-JustGage svg {
  display: block;
}
/* line 17, ../../scss/core/JustGage.scss */
.a-JustGage tspan {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 200;
}

/* line 22, ../../scss/core/JustGage.scss */
.a-JustGage-desc {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 25%);
  margin: 0;
  padding: 16px 8px;
  z-index: 100;
}
/* line 36, ../../scss/core/JustGage.scss */
.a-JustGage-desc:empty {
  display: none;
}
