html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  padding-top: 5rem;
  margin-bottom: 60px;
}

.rating_scale {
  display: block;
  text-align: center;
  font-size: 0;
}

.metric_description {
  font-size: small;
  white-space: pre-line;
}

.rating_scale span {
  display: inline-block;
  box-sizing: border-box;
  padding: .3em .8em;
  font-size: 15px;
  font-weight: 100;
  width: 4em;
  background: #0f99d6;
  color: #eee;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px;
  /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* .rating_scale label:first-child span {
    border-left: solid 1px #fff;
    border-top-left-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
}

.rating_scale label:last-child span {
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
} */

.rating_scale input[type="radio"] {
  display: none;
}

.rating_scale input[type="radio"]:checked~span {
  background: #eb7823;
  color: #fff;
}

.nav_user_welcome {
  color: white;
  display: block;
  padding: .5rem 1rem;
  margin: 0;
}