* { font-family: 'Open Sans', Tahoma, Arial, Helvetica, sans-serif !important; }

#airgas, #liquid {
  display: none;
}

.anyflowtext {
  font-weight: bold;
  background: yellow;
  padding: 2px;
}
#flowfrom, #flowto, #liquidflowfrom, #liquidflowto {
  font-weight: bold;
  padding: 2px;
  width: 4em;
  text-align: right;
}
#liquidflowfrom, #liquidflowto {
  width: 4em;
}
#flow, #liquidflow {
  width: 100%;
  /* margin-left: 10px;
  margin-right: 10px; */
}
#pressure, #liquidpressure {
  width: 100%;
  /* margin-left: 10px;
  margin-right: 10px; */
}
#pressurevaluefrom,#pressurevalueto,#liquidpressurevaluefrom,#liquidpressurevalueto  {
  font-weight: bold;
  padding: 2px;
  width: 4em;
  text-align: right;
}
#liquiddrysuctioninput {
  font-weight: bold;
  padding: 2px;
  width: 4em;
  text-align: right;
}
td {
  vertical-align:top;
}

/* Selection */
#selection {
  float:right;
  width: 50%;
}
ul.sellist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
  max-height: 450px;
  overflow: auto;
}
ul.sellist li {
  margin-left: 0 !important;
  cursor: pointer; 
  cursor: hand;
}
ul.sellist li a {
  display: block;
  color: #000;
  padding: 8px 16px !important;
  text-decoration: none;
  background-color: transparent !important;
}

/* Change the link color on hover */
ul.sellist li a:hover {
  background-color: #555;
  color: black;
}
ul.sellist > .pumpactive {
  background-color: #FFD71D;
  color: #000;
}
a.producturl {
  text-decoration: none;
  color: #1c94c4;
}

/* slider handles smaller */
.ui-slider .ui-slider-handle { width: 10px !important }
