#product-calculator-form img#gauageImage {
  padding: 0;
  border: 2px solid #88C5ED;
}

.calculator-control .form-item label {
  font-weight: bold;
}

ul.layouts_options {
  padding: 8px 0 3px !important;
}

li.mtmLayout {
  display: inline-block;
  width: 70px;
  margin: 0 !important;
}

ul.type_options li.mtmLayout.mtmType {
  width: 90px;
}

li.mtmLayout input {
  border: 2px solid #d5d8d8;
}
#product-calculator-form li.mtmLayout input {
  border: 2px solid #88C5ED;
}

li.mtmLayout.mtmLayoutSelected input,
li.mtmLayout.mtmTypeSelected input {
  border: 2px solid #EF7146 !important;
}
