.form-table td {
  vertical-align: middle!important;
  min-width: 100px;
}
.form-table td input {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-table td.input-td {
  text-align: center;
}
.form-table td.input-td .form-group:last-child {
  margin-bottom: 0;
}
.form-table td.input-td .help-block {
  margin: 0;
  display: none;
}
.form-table .field-pulseandpressureanalyze-pressure1,
.form-table .field-pulseandpressureanalyze-pressure2 {
  display: inline-block;
  width: 45%;
}
.form-table .field-pulseandpressureanalyze-pressure1 {
  margin-right: 2%;
  margin-bottom: 0;
}
.form-table .field-pulseandpressureanalyze-pressure2 {
  margin-left: 2%;
}
.form-table .smoke-toggle,
.form-table .radio-td {
  vertical-align: middle;
}
.form-table .smoke-toggle label,
.form-table .radio-td label {
  padding: 10px 30px;
}
.form-table .option-tr:hover {
  background: #ffffee;
}
.form-table .option-tr .option-select:hover {
  background: #DEFFEE;
}
.form-table .option-tr .option-select input {
  height: 15px;
  width: 15px;
}
.form-table .option-tr,
.form-table .option-tr .option-select {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.form-fixed-buttons {
  padding-bottom: 200px;
}
.form-fixed-buttons .form-buttons {
  position: fixed;
  bottom: 0;
  background: whitesmoke;
  z-index: 5;
  padding: 30px 40px;
  right: 0;
  left: 0;
  overflow: hidden;
  border-top: 1px solid #dadada;
}