.dose-calculator {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  margin-top: 1rem; margin-bottom: 20px;
  border-left: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
}

.dose-calculator .row > [class*="col-"] {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}

.dose-calculator thead {
  background-image: -webkit-gradient(linear, left top, right top, from(#00539D), to(#003A6D));
  background-image: -webkit-linear-gradient(left, #00539D 0%, #003A6D 100%);
  background-image: -o-linear-gradient(left, #00539D 0%, #003A6D 100%);
  background-image: linear-gradient(90deg, #00539D 0%, #003A6D 100%);
}

.dose-calculator thead tr th {
  padding: 10px;
/*
  font-family: "TradeGothic";
  font-size: 15px;
*/
	font-family: trade-gothic-next-condensed, sans-serif;
  color: #FFFFFF;
  line-height: 28px;
  text-transform: uppercase;
  text-align: left;
}

.dose-calculator thead tr th:first-child {
  width: 80%;
}

.dose-calculator thead tr th:last-child {
  width: 20%;
}

.dose-calculator tbody tr td {
  padding: 12px;
  border-bottom: 1px solid #D5D5D5;
	vertical-align: bottom;
}

.dose-calculator tbody tr td p {
  margin: 0;
}

.dose-calculator tbody tr td p.note {
/*   font-family: "Avenir LT Pro Book"; */
  font-style: italic;
  font-size: 14px;
  color: #231F20;
  letter-spacing: 0;
  line-height: 17px;
  margin: 5px 0 0 0;
}

.dose-calculator tbody tr td label.overlay {
	margin-right: 0.375em;
	vertical-align: baseline;
}
/*
.dose-calculator tbody tr td label.overlay .check {
	top: 0.25rem;
}
*/

.dose-calculator tbody tr td label.text {
/*   font-family: "Avenir LT Pro Book"; */
/*
  font-size: 16px;
  line-height: 30px;
*/
	font-size: 1rem; line-height: 1.6rem;
  color: #231F20;
  letter-spacing: 0;
}

.dose-calculator tbody tr td .field_checkbox label.text,
.dose-calculator tbody tr td .field_radio label.text {
/*   display: block; */
/* 	display: inline-block; */
	display: inline;
}

.dose-calculator ul {
	list-style: none;
}

.dose-calculator tbody tr td ul li {
  margin: 0;
}

.dose-calculator tbody tr td input[type="text"] {
  padding: 5px 10px;
  border-radius: 2px;
}

.dose-calculator tbody tr td input[type="checkbox"] {
  height: 24px;
  width: 24px;
  border-radius: 2px;
}

.dose-calculator tbody tr td input[type="checkbox"] + label.text {
/*   display: block; */
	display: inline-block;
}

/* .dose-calculator tbody tr td:last-child { */
.dose-calculator .dose {
  background: rgba(229, 237, 245, 0.4);
  text-align: right;
}

/* .dose-calculator tbody tr td:last-child p { */
.dose-calculator .dose p {
/*
  font-family: "TradeGothic";
  font-size: 24px;
  line-height: 28px;
*/
	font-family: trade-gothic-next-condensed, sans-serif; font-size: 1.5rem; line-height: 1.5rem;
  color: #231F20;
}

/* .dose-calculator tbody tr td:last-child p span { */
.dose-calculator .dose .unit {
/*
  display: inline-block;
  width: auto;
  font-family: "TradeGothic";
  font-size: 15px;
  color: #231F20;
  line-height: 28px;
  text-transform: uppercase;
*/
	font-size: 0.9375rem;
}

#result {
  display: block;
  width: 100%;
  padding: 25px 75px;
/*   margin: 30px 0 0 0; */
  background-image: -webkit-gradient(linear, left top, right top, from(#00539D), to(#003A6D));
  background-image: -webkit-linear-gradient(left, #00539D 0%, #003A6D 100%);
  background-image: -o-linear-gradient(left, #00539D 0%, #003A6D 100%);
  background-image: linear-gradient(90deg, #00539D 0%, #003A6D 100%);
}
#result.fixed {
	position: fixed; z-index: 999;
	bottom: 1rem; box-shadow: 0 0 1px 5px #fff;
}

#result .callout {
	line-height: normal;
}

#result .num {
/*   font-family: "TradeGothic"; */
	font-family: trade-gothic-next-condensed, sans-serif;
  font-size: 4rem;
  color: #FFFFFF;
/*   line-height: 28px; */
	line-height: 1.5rem;
}

#result .num .unit {
	font-size: 1.25rem;
}
/*
.result .num span {
  font-family: "TradeGothic";
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  text-transform: uppercase;
}
*/

.legal {
  margin: 40px 0 0 0;
}

.legal hr {
  border-top: 1px solid #EEF3F6;
  margin: 20px 0;
}

.legal p {
/*   font-family: "Avenir LT Pro Book"; */
/*
  font-size: 12px;
  line-height: 16px;
*/
	font-size: 0.875rem; line-height: normal;
  color: #231F20;
  letter-spacing: 0;
  margin: 0 0 8px 0;
}

.legal .marker {
	display: inline-block;
	width: 1rem;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .dose-calculator thead tr th {
    font-size: 12px;
    line-height: 16px;
  }

  .dose-calculator tbody tr td ul li {
    margin-bottom: 10px;
  }

  .dose-calculator tbody tr td p {
    line-height: 22px;
    margin-bottom: 10px;
  }

  .dose-calculator tbody tr td label.text {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  #result {
    padding: 25px 20px;
  }

/*
  #result .callout {
    text-transform: none;
  }
*/

  #result .num {
    margin-bottom: 20px;
  }

  input[type="radio"] + label.text:before,
  input[type="checkbox"] + label.text:before {
    top: 50%;
    -webkit-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .dose-calculator tbody tr td:last-child p {
    font-size: 14px;
    line-height: 18px;
  }
}

#geigerwrap {
	display: block; position: relative;
	width: 100%; max-width: 16rem; margin: 0 auto;
}
#geiger {
	display: block; position: relative; overflow: hidden;
	width: 100%; padding-top: 41.2607%;
}
#geigerwrap img {
	display: block; position: absolute;
	left: 0; top: 0; width: 100%;
}
#needle {
	-webkit-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s;
	transform: rotate(-45deg);
}
