.body {
  background-color: rgb(246, 248, 248);
  padding-top: 185px;
}

#ItemControls1 {
  height: 450px;

}

#ImgControls1 {
  height: 100%;
  object-fit: cover;
  image-rendering: pixelated;
  /* image-rendering: crisp-edges; */
  image-rendering: optimizeQuality;
}

.nowrap {
  white-space: nowrap;
}

a {
  text-decoration: none;
  color: #004b8d
}

/* Sensor Name Settings */

.ControlTextSize1{
  font-size: small;
}

.ControlTextSize2{
  font-size: x-small;
}

.ControlTextSize3{
  font-size: xx-small;
}

/* Product-card grid styling lives in css/index.css so it applies to every
   product-catalog page (Sensors, Controllers, Compressors, etc.) */