#top img {
  max-height: 80vh
}

#administration-time p, #administration-time li {
  font-size: 1.2rem;
}

#faq p {
  font-size: 1.2rem;
  padding-bottom: 2rem;
}

#validation li, #validation p {
  font-size: 1.2rem;
}

/** Sample report */

#sample-report {
  padding-bottom: 3rem;
}

#sample-report-header {
  padding: 4rem 0;
}

#sample-report h2 {
  padding-bottom: 0;
}

#sample-report h3 {
  padding-bottom: 3rem;
}

.green.score {
  background: green;
  border-color: green;
}

.orange.score {
  background: orange;
  border-color: orange;
}

.red.score {
  background: red;
  border-color: red;
}

#anchors {
  font-size: .85em;
  margin-right: -32px;
  position: absolute;
  right: 40px;
  text-align: center;
  top: 3px;
  width: 460px;
}

  #above_average {
    position: absolute;
    right: 0;
    width: 60px;
  }

  #average {
    left: 50%;
    margin: 1em 0 0 -170px;
    position: absolute;
    width: 340px;
  }

  #below_average {
    left: 0;
    position: absolute;
    width: 60px;
  }

.careless-response-metric {
  clear: both;
  float: right;
  padding-right: 15px;
  width: 300px;
}

  .careless-response-metric:hover {
    color: blue;
  }

  .question-mark {
    float: right;
    padding-left: 5px;
    margin-top: -1px;
  }

  .careless-response-metric .metric-name, .careless-response-metric .value {
    float: right;
    min-width: 3em;
    text-align: right;
  }

.category {
  background: url("../img/report.aaff3fd43d22.svg") 280px 0 repeat-y;
  min-height: 1.8em;
  margin: 0 auto 0 25px;
  position: relative;
  z-index: 2;
}

  .category:hover, .behavior:hover {
    background: url("../img/report-hover.babe53aecad0.svg") 280px 0 repeat-y;
  }

  .category h2 {
    background: url("../img/dash-square.302878e842fe.svg") 20px 6px no-repeat;
    background-size: 12px 12px;
    color: black;
    cursor: pointer;
    font-size: 1em;
    line-height: 1em;
    padding: .3em 5px .3em 40px;
    margin: 0;
    width: 280px;
  }

    .category.collapsed h2 {
      background: url("../img/plus-square.4d4850459c57.svg") 20px 6px no-repeat;
      background-size: 12px 12px;
    }

.label {
  font-weight: bold;
  font-size: 1em;
  padding-left: 0;
  padding-top: .1em;
  position: absolute;
  left: 283px;
  top: 0;
}

  .label.green {
    color: green;
  }
  .label.orange {
    color: #DB7D12;
  }
  .label.red {
    color: red;
  }

#report {
  background-color: #ffffff;
  border: 1px solid #CCC;
  border-radius: 5px;
  box-shadow: 2px 2px 9px #999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  margin: 0 auto 50px;
  padding: 40px 0 0 0;
  position: relative;
  width: 742px;
}

  #report h2 {
    font-family: Arial, sans-serif;
    text-align: left;
  }

  #report .category .popover.top, #report .category .popover.bottom, #report .behavior .popover.top, #report .behavior .popover.bottom {
    left: -10px !important;
  }

  #report .careless-response-metric .popover.top {
    right: 50px !important;
  }

  #report .popover.bottom, #report .popover.top {
    margin-left: -250px;
  }

  #report .spin {
    position: absolute;
    left: 50%;
  }

  #report strong {
    text-decoration: underline;
  }

  #report ul {
    padding-left: 1em;
  }

    #report ul li {
      line-height: 1em;
      padding-bottom: 5px;
    }

#report-buttons {
  padding: 20px 100px 10px 150px;
  text-align: center;
  width: 690px;
}

.behavior {
  background: url("../img/report.aaff3fd43d22.svg") 280px 0 repeat-y;
  clear: left;
  margin-left: 25px;
  min-height: 1.8em;
  position: relative;
  z-index: 2;
}

  .behavior h2 {
    color: black;
    font-size: .85em;
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    padding: .4em 5px .4em 55px;
    white-space: nowrap;
    width: 280px;
  }

  .behavior .score {
    border-bottom-width: .2em;
    border-top-width: .2em;
    top: 10px;
  }

.score {
  border-bottom: .4em solid black;
  border-top: .4em solid black;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 2px 3px 5px #999;
  cursor: help;
  position: absolute;
  left: 280px;
  top: 8px;
}

  .score span {
    background-color: #ddd;
    background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    border: 1px solid #ccc;
    bottom: 15px;
    color: black;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    font-size: .85em;
    font-weight: normal;
    left: 100%;
    margin-left: -140px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    text-shadow: 0 1px 0 rgba(255,255,255,.4);
    visibility: hidden;
    width: 230px;
    -webkit-transition: visibility .5s ease-in-out,opacity .5s ease-in-out;
    -moz-transition: visibility .5s ease-in-out,opacity .5s ease-in-out;
    -o-transition: visibility .5s ease-in-out,opacity .5s ease-in-out;
    -ms-transition: visibility .5s ease-in-out,opacity .5s ease-in-out;
    transition: visibility .5s ease-in-out,opacity .5s ease-in-out;
    z-index: 999;
  }

  .score:hover span {
    opacity: .9;
    visibility: visible;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay:0s;
  }

  .score span:before, .score span:after {
    border-top: 8px solid #ddd;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0;
    bottom: -7px;
    content: "";
    left: 55%;
    margin-left: -8px;
    position: absolute;
    z-index: 1000;
  }

  .score span:before {
    border-top-color: #ccc;
    bottom: -8px;
  }

/*Overall score formatting*/

#scale-5Ta1XhvM7G {
  background: url("../img/report.aaff3fd43d22.svg") 305px 0 repeat-y;
  position: relative;
  top: 8px;
}

#scale-5Ta1XhvM7G:hover {
  background: url("../img/report-hover.babe53aecad0.svg") 305px 0 repeat-y;
}

#scale-5Ta1XhvM7G h2 {
  background: url("../img/dash-square.302878e842fe.svg") 5px 11px no-repeat;
  font-size: 1.2rem;
  padding: .3em 5px .2em 25px;
  text-align: left;
  color: black;

}

#scale-5Ta1XhvM7G .score {
  border-top-width: .6em;
  border-bottom-width: .6em;
  top: 8px;
  left: 305px;
}

  #scale-5Ta1XhvM7G.collapsed h2 {
    background: url("../img/plus-square.4d4850459c57.svg") 5px 11px no-repeat;
  }

/*Candidness formatting*/
#scale-N8pxm3rQQY.category {
  background: none;
}

  #scale-N8pxm3rQQY.category:hover {
    background-color: #f0f0f0;
  }

  #scale-N8pxm3rQQY h2 {
    background: none;
    color: #666;
    padding-top: 5px;
  }

@media only screen and (max-width: 767px) {
  #report {
    zoom: 50%;
  }

  .popover {
    display: none !important;
  }
}