#templates {
  display: none;
}

.container {
  font-weight: 200;
  font-size: 24px;
}

.uid-container {
  font-weight: 400;
}

.overall-score {
  font-weight: 400;
  font-size: 8vw;
  color: #333963;
  padding: 10px 0;
}

.uid-score-text {
  padding: 20px 0;
  margin-bottom: -20px;
  font-weight: 400;
  font-size: 80%;
}

.score-container {
  color: #333963;
}

.score-container .social-share {
  line-height: 24px;
  margin-bottom: 42px;
}

.score-container .social-share a:first-of-type {
  margin-left: 0;
}

.score-container .social-share a img {
  margin-top: -4px;
}

.score-container .social-share a:hover img {
  opacity: 0.5;
}

#power-board-submit,
#export-data {
  line-height: 24px;
  margin: 15px 0;
}

#power-board-submit a,
#export-data a {
  background-color: #333963;
  color: #fff;
}

#power-board-submit a:hover,
#export-data a:hover {
  opacity: 0.5;
}

.row.breakdown-title {
  background: #333963;
  color: #fff;
  min-height: 50px;
  line-height: 50px;
  border-radius: 4px;
  border: 1px solid #ddd;
  border-bottom-width: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.row.results-breakdown {
  background: #f0f0f0;
  color: #333963;
  border-radius: 4px;
  border: 1px solid #ddd;
  border-bottom-width: 0;
  border-top-width: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.row.results-breakdown:last-of-type {
  border-bottom-width: 1px;
}

.row.results-breakdown:nth-of-type(odd) {
  background: #f8f8f8;
}

.suite {
  padding-top: 40px;
  font-weight: 400 !important;
}

.test {
  padding-top: 20px;
}

.name {
  font-weight: 200;
  color: #4d4d4d;
}

.score {
  font-weight: 400;
  color: #4d4d4d;
}

.row.suite-results-breakdown {
  color: #4bc4ff;
  font-size: 20px;
}

.row.suite-results-breakdown img.meta-thumb,
.row.suite-results-breakdown a.active:hover img.meta-thumb {
  opacity: 0.5;
}

.row.suite-results-breakdown a.active img.meta-thumb,
.row.suite-results-breakdown a:hover img.meta-thumb {
  opacity: 1;
}

.meta-info-breakdown {
  background: #333963;
  color: #fff;
  font-size: 16px;
  min-height: 38px;
  line-height: 38px;
}

.meta-info {
  background: #f8f8f8;
  color: #000;
  font-size: 10px;
  font-family: "Courier New", monospace;
  white-space: pre;
  line-height: 10px;
  overflow-x: scroll;
  overflow-y: scroll;
  max-height: 300px;
}

.infobox {
  color: #fff;
  min-height: 50px;
  line-height: 165%;
  padding-top: 5px;
  font-size: 20px;
}

.infobox span {
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 20px;
  text-align: center;
  margin: 5px 35px 0 40px;
}

@media (max-width: 767px) {
  .col-xs-12.text-right {
    text-align: left;
  }
}

.extras {
  color: #333963;
  background-color: #f8f8f8;
  line-height: 50px;
  vertical-align: middle;
}

.extras .time {
  font-size: 16px;
  line-height: 16px;
  vertical-align: top;
}

.extras .time span {
  display: inline-block;
  line-height: 28px;
  vertical-align: middle;
}

.extras .time span img {
  height: 30px;
  padding: 0 10px 5px 0;
}

.extras .results-pagination a {
  display: inline-block;
  margin-right: 10px;
}

.extras .results-pagination a.disabled {
  opacity: 0.5;
  cursor: default;
}

.extras .results-pagination a:hover:not(.disabled) {
  opacity: 0.5;
}

.extras .results-pagination a img {
  height: 30px;
  padding-bottom: 5px;
}

.ok {
  background-color: #daf1e5;
  color: #00c05f;
}

.ok span {
  color: #00c05f;
  vertical-align: 2px;
}

.warning {
  background-color: #f3e5e1;
  color: #d35d3d;
}

.warning span {
  color: #d35d3d;
  vertical-align: 2px;
}

.thumb {
  width: 25px;
  height: 25px;
  margin: 0 25px;
}

.thumb.normal {
  margin-top: -5px;
}

.thumb.small {
  width: 20px;
  height: 20px;
  margin-top: 28px;
}

.text-darkgrey {
  color: #676767;
}

.export {
  border-radius: 25px;
  color: #fff;
  font-size: 18px;
}

.export:hover {
  background-color: #40b9ff;
  color: #fff;
  text-decoration: none;
}

.alert {
  width: 80%;
  margin-right: -10%;
  margin-bottom: 0;
  float: right;
}

.errMessage {
  float: middle;
  padding-left: 100px;
  margin-left: 7%;
  color: #f60;
  font-size: 30px;
  line-height: 40px;
  text-align: middle;
}