@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,900,700,100,500);
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.uppercase {
  text-transform: uppercase;
}
.normal {
  font-weight: normal;
  font-style: normal;
}
.bold {
  font-weight: bold;
}
.block {
  display: block;
}
.zero {
  margin: 0;
  padding: 0;
}
.underline {
  text-decoration: underline;
}
.nounderline {
  text-decoration: none;
}
.debug {
  outline: 1px dashed red;
}
.hide {
  display: none;
}
.borderbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.notext {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.tool .intro p {
  font-size: 16px;
  line-height: 1.4em;
}
.tool .screen {
  display: none;
}
.tool .screen.hide {
  display: none;
}
.tool .screen.input > div.full label {
  margin-bottom: 8px;
  font-size: 17px;
  position: relative;
}
.tool .screen.input > div.full .example {
  display: none;
  padding: 8px 0 8px 28px;
  font-size: 14px;
}
.tool .screen.input > div.full .example ul {
  margin-left: 22px;
  list-style: disc !important;
  font-size: 14px;
}
.tool .screen.input > div.full .example ul li {
  overflow: visible;
}
.tool .screen.input > div.full .tooltip {
  color: #000;
}
.tool .screen.input > div.full .tooltip ul {
  margin-left: 22px;
  list-style: disc;
}
.tool .screen.input > div.full .tooltip ul li {
  overflow: visible;
}
.tool .screen.results .bio p,
.tool .screen.results .bio ul,
.tool .screen.results .bio li {
  color: #636363;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.tool .screen.results a.print {
  float: left;
  color: #008ccc;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 35px;
  background: url(/styles/img/gbs/icon-print.png) no-repeat 0 12px;
  padding-left: 30px;
}
.tool .screen.results table th {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px solid;
  padding: 6px;
}
.tool .screen.results table tr th:nth-child(2),
.tool .screen.results table tr th:nth-child(3) {
  text-align: right;
}
.tool .screen.results table td {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 6px;
}
.tool .screen.results table td + td {
  text-align: right;
}
@media print {
  body .toolprint {
    display: block;
    width: 100%;
    border: 0;
    height: auto;
  }
  body .toolprint * {
    font-family: sans-serif !important;
  }
  body .toolprint div {
    position: relative;
  }
  body .toolprint .screen.results {
    width: 100%;
    position: relative;
    top: 0;
  }
  body .toolprint .screen.results .printonly {
    display: block;
  }
  body .toolprint .screen.results .risk p {
    width: 250px;
  }
  body .toolprint .screen.results .risk p span.percent {
    left: 260px;
  }
  body .toolprint .screen.results .risk p.disclaim {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
  }
  body .toolprint .screen.results .tabs > ul {
    display: none;
  }
  body .toolprint .screen.results .tabs > div {
    height: auto;
    padding: 0;
    margin-bottom: 25px;
  }
  body .toolprint .screen.results div.references {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
    padding: 0;
    background: none;
  }
  body .toolprint .screen.results div.references a.close {
    display: none;
  }
  body .toolprint .screen.results div.references div {
    height: auto;
  }
  body .toolprint .screen.results a.references {
    display: none;
  }
  body .toolprint .screen.results a.print {
    display: none;
  }
  body .toolprint .screen.results input {
    display: none;
  }
  body .toolprint .credits {
    position: relative;
  }
}
