* {
  box-sizing: border-box;
}

div.calculatorPane_wc_001 {
  font-family: Arial;
  font-size: 0.8em;
  width: 100%;
  background: #f6f3e9;
  border: 1px solid #ece9e0;
}

div.calculatorPane_wc_001 .field_wc_001 {
  border: 1px solid #666;
  background-color: #FFF;
  font-size: 0.9em;
  padding: 2px;
  margin: 0 2px;
  float: left;
}

.calculator_col-1,
.calculator_col-2 {
  vertical-align: top;
  display: inline-block;
}

.calculator_col-1 {
  width: 380px;
}

.ropeBand-image {
  margin-left: 24px;
  max-width: 100%;
  max-height: 500px;
}

div.calculatorPane_wc_001 label {
  font-weight: normal;
  color: #333333;
  display: block;
  float: left;
  padding: 3px 5px;
  width: 50px;
  margin: 0;
}

div.calculatorPane_wc_001 select {
  margin-bottom: 5px;
}

div.calculatorPane_wc_001 .fixedSize_wc_001 {
  display: block;
  margin: 0 0 1em 0;
  clear: both;
}

div.calculatorPane_wc_001 .fixedSize_wc_001 label {
  width: 150px;
}

div.calculatorPane_wc_001 .fixedSize_wc_001 label.shorter_wc_001 {
  width: 138px;
}

div.calculatorPane_wc_001 .fixedSize_wc_001 label.longer_wc_001 {
  width: 175px;
}

div.calculatorPane_wc_001 .fixedSize_wc_001 label.extralong_wc_001 {
  width: 225px;
}

div.calculatorPane_wc_001 .fixedSize_wc_001 label.superlong_wc_001 {
  width: 255px;
}

div.calculatorPane_wc_001 .result_wc_001 {
  width: 75px;
  height: 20px;
  padding: 3px 4px 0 4px;
  vertical-align: middle;
  border: none;
  background: transparent;
  float: left;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px 0px #FFFFFF;
  white-space: nowrap;
}

div.calculatorPane_wc_001 .results_wc_001 {
  vertical-align: top;
  background: url(../Images/Layout/wc_answer_bg.gif) top left repeat-y;
  height: 27px;
  width: 148px;
  display: block;
  margin: 0 0 0 auto;
  color: #666666;
  float: left;
}

div.calculatorPane_wc_001 .results_wc_001 label {
  vertical-align: middle;
  line-height: 24px;
  font-size: 9px;
  color: #8a8986;
  float: none;
  display: inline;
  padding: 0 5px 0 30px;
  margin: 0;
  *float: right;
}

div.calculatorPane_wc_001 .inputs_wc_001 {
  display: inline-block;
  vertical-align: top;
}

div.calculatorPane_wc_001 .calculator_wc_001 {
  margin: 15px 0;
  vertical-align: top;
  background: url(../Images/Layout/wc_sub_container_lower.gif) top left repeat-x;
  width: 100%;
  padding: 24px;
}

div.calculatorPane_wc_001 .inline_results_wc_001 {
  display: inline-block;
  margin: 0 0 0 18px;
  zoom: 1;
  *float: right;
}

div.calculatorPane_wc_001 .inline_operator_wc_001 {
  font-weight: bold;
  color: #666666;
  font-size: 22px;
  vertical-align: middle;
  line-height: 20px;
}

.outside_result_label_wc_001 {
  padding-top: 10px;
}

div.calculatorPane_wc_001 .outside_result_label_wc_001 label {
  font-weight: bold;
}

div.calculatorPane_wc_001 .outside_detail_wc_001 {
  font-size: #4b4b4a;
  font-size: 9px;
  padding: 0 0 0 0.5em;
  line-height: 21px;
}

div.calculatorPane_wc_001 .empahasis_point_wc_001 {
  font-weight: bold;
  color: Red;
  float: left;
  line-height: 22px;
}

div.calculatorPane_wc_001 .hr_divider_wc_001 {
  border: 1px solid #f0ebda;
  border-width: 1px 0 0 0;
}

div.calculatorPane_wc_001 .centered_image_wc_001 {
  display: block;
  margin: 2em auto 0 auto;
}

div.calculatorPane_wc_001 .right_image_wc_001 {
  float: right;
  margin: 1em;
}

div.calculatorPane_wc_001 .explanation_wc_001 {
  margin: 1em 0;
  padding: 0;
  color: #333;
}

div.calculatorPane_wc_001 label.mid_width_label_wc_001 {
  width: 120px;
}

div.calculatorPane_wc_001 div.clear_left_wc_001 {
  clear: left;
  padding: 0 0 0.5em 0;
}

div.calculatorPane_wc_001 .heading_wc_001 {
  font-weight: bold;
  color: #584528;
  font-size: 24px;
  padding: 5px 30px 10px 20px;
}

div.calculatorPane_wc_001 .subheading_wc_001 {
  font-weight: bold;
  color: #333333;
  font-size: 13px;
  padding: 5px 30px 0px 20px;
  width: 360px;
  clear: both;
}

div.calculatorPane_wc_001 .button_wc_001 {
  margin-right: 1em;
  color: #000;
  background: rgb(149, 170, 181);
  background: -moz-linear-gradient(top, rgb(149, 170, 181) 0%, rgb(68, 105, 125) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(149, 170, 181)), color-stop(100%, rgb(68, 105, 125)));
  background: -webkit-linear-gradient(top, rgb(149, 170, 181) 0%, rgb(68, 105, 125) 100%);
  background: -o-linear-gradient(top, rgb(149, 170, 181) 0%, rgb(68, 105, 125) 100%);
  background: -ms-linear-gradient(top, rgb(149, 170, 181) 0%, rgb(68, 105, 125) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#95aab5", endColorstr="#44697d",GradientType=0 );
  background: linear-gradient(top, rgb(149, 170, 181) 0%, rgb(68, 105, 125) 100%);
  border: 3px solid #edeae1;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 7px;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 0px #18394B;
}

div.calculatorPane_wc_001 a.button_wc_001, a.button_wc_001:visited, a.button_wc_001:hover {
  color: #fff !important;
  text-decoration: none;
}

div.calculatorPane_wc_001 .button_wc_001:hover {
  cursor: pointer;
  background-color: #aaa;
  background: -moz-linear-gradient(top, #ccc 0%, #aaa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #AA90CB), color-stop(100%, #aaa));
  background: -webkit-linear-gradient(top, #ccc 0%, #aaa 100%);
  background: -o-linear-gradient(top, #ccc 0%, #aaa 100%);
  background: -ms-linear-gradient(top, #ccc 0%, #aaa 100%);
  background: linear-gradient(top, #ccc 0%, #aaa 100%);
}

div.calculatorPane_wc_001 .shadowed_input_wc_001 {
  -webkit-box-shadow: inset -2px 2px 3px #DDD, inset 2px 2px 3px #DDD;
  -moz-box-shadow: inset -2px 2px 3px #DDD, inset 2px 2px 3px #DDD;
  box-shadow: inset -2px 2px 3px #DDD, inset 2px 2px 3px #DDD;
}

div.calculatorPane_wc_001 .smallText_wc_001 {
  font-size: 0.8em;
}

.label-description {
  float: right !important;
}

.label-description--clear {
  float: none !important;
  clear: both;
  padding: 10px 0 0 0 !important;
}

.sub-text {
  font-size: 10px;
  vertical-align: sub;
}

.fixedSize_wc_001 {
  overflow: hidden;
}

.fixedSize_wc_001 span {
  width: 45px !important;
}

.fixedSize_wc_001 label {
  width: auto !important;
}

.results-container {
  overflow: hidden;
  clear: both;
  padding-top: 10px;
}

.results-container__error-box {
  float: none !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  height: auto !important;
  white-space: normal !important;
}

.fixedSize_wc_001 label.recommendation-label {
  clear: both !important;
  display: block !important;
  width: 100% !important;
}

.results-container__results-box {
  float: none !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  height: auto !important;
  white-space: normal !important;
}

.fmForm .dnnFormItem {
  width: auto;
}

.form-group .dnnLabel {
  float: none;
  margin-right: 0;
  width: auto;
}
.form-group input[type=text],
.form-group input[type=password],
.form-group input[type=email],
.form-group input[type=tel],
.form-group textarea {
  width: 100%;
  max-width: 100%;
  margin-bottom: auto;
}
.form-group a.btn-primary:visited,
.form-group a.btn-success:visited,
.form-group a.btn-info:visited,
.form-group a.btn-warning:visited,
.form-group a.btn-danger:visited {
  color: #fff;
}
.form-group a.btn-default:visited {
  color: #333;
}

table.technicalReferencePagerFrame td {
  background-color: #eae8df;
}

table.technicalReferencePagerFrame td.alternate, table.technicalReferencePagerFrame td.alternate td {
  background-color: #fff;
}