.greytext { color:#999999; }
.modal #content {
  margin:0 !important;
  padding:0 !important;
  width:850px !important;
}
#block-gbcalcs-gbcalcs_switch_retirement {
  clear:both;
  float:left;
  margin:2em 0;
}
#block-gbcalcs-gbcalcs_switch_retirement h2 { margin-bottom:1em; }

#tdm-calculator {
  min-width: 980px;
}

#tdm-calculator .left {
  float:left;
  width:50%;
}
#tdm-calculator .right {
  margin-top:2em;
  float:right;
  width:50%;
}
#tdm-calculator fieldset {
  border:none;
  padding:0;
  margin:0 0 1em 0;
  float:left;
  width:100%;
}
#tdm-calculator fieldset legend {
  font-weight:bold;
  font-size:1.25em;
  margin:1em 0;
  padding:0 0 .25em 0;
  border-bottom:solid 2px #eb2b2d;
  width:100%;
}
#tdm-calculator label {
  width:80%;
  float:left;
  font-weight:normal;
  margin-right:.5em;
  text-align:right;
  padding-top:.3em;
}
#tdm-calculator .select-wrapper {
  width: auto;
}
#tdm-calculator #edit-switch input[type=text],
#tdm-calculator #edit-line input[type=text] {
  width:5em;
  font-size:1em !important;
  text-align:center;
  font-weight:bold;
  font-size:1.2em;
}
#tdm-calculator select {
  font-weight:bold !important;
  outline:none;
  border-collapse:#cccccc;
  box-shadow:none;
  width:6em;
}
#tdm-calculator .input-focus {
  outline:none;
  border-color:#9ecaed;
  box-shadow:0 0 10px #9ecaed;
}
#tdm-calculator .wrapper-focus { background-color:#ffffe0; }
/*#tdm-calculator .wrapper-focus .slider-readout { background-color:#ffffe0 !important; }*/
#tdm-calculator .form-item {
  overflow:hidden;
  padding:.25em .5em .5em;
  margin:0.25em 0;
}
#tdm-calculator .form-submit { float:right; }
#tdm-calculator .results {
  padding:1em 0;
  text-align:center;
}
#tdm-calculator .results .failure {
  color:#eb2b2d;
  font-size:1.3em;
  line-height:1.6em;
}
#tdm-calculator .results .lost-revenue {
  margin:.5em 0;
  font-weight:bold;
  font-style:italic;
  font-size:1.25em;
}
#tdm-calculator .ui-slider { background: #FFF; }

#tdm-calculator .share {
  display: grid;
  justify-items: center;
}

#tdm-calculator .share .form-item-captcha-response {
  text-align: center;
}

#tdm-calculator .share input[data-drupal-selector="edit-captcha-response"] {
  width: 120px;
  display: inline-block;
}

#tdm-calculator .share .form-item-captcha-response label {
  width: 100%;
  padding-top: 0;
  display: block;
  float: none;
  text-align: center;
}

#tdm-calculator #results-updated-message {
  text-align:center;
  font-weight:bold;
  padding:1em 0;
}
#tdm-calculator #edit-line-business-wrapper, #tdm-calculator #edit-line-residential-wrapper { position:relative; }
#tdm-calculator #edit-line-business-wrapper .slider-readout, #tdm-calculator #edit-line-residential-wrapper .slider-readout {
  position:absolute;
  top:12px;
  right:24px;
  padding:1px;
  text-align:center;
  font-weight:bold;
  width:65px;
  height:19px;
  font-size:1.1em;
  background-color:#EEE;
}

#tdm-calculator #edit-actions { display: none; }

