.w3-gadget {
  padding: 8px 16px !important;
  border: none !important;
  border-radius: 5px;
  /* min-height: 37.5px;
  max-height: 38.5px; */
  height: 38.5px;
  box-sizing: border-box;
}
.w3-gadget.opacity {
  opacity: 0.7;
}
/* .w3-gadget:hover {
  background-color: #f1f1f1 !important;
} */

.w3-gadget-hover {
  border: 1px solid #ccc !important;
  border-radius: 2px;
  background-color: #fff !important;
}
.w3-gadget-hover:hover {
  background-color: #f1f1f1 !important;
}

.w3-div-gadget {
  margin-bottom: 8px;
}

.w3-gadget-form {
  margin-top: 0px;
  margin-right: -16px;
  margin-bottom: 10px;
  margin-left: -16px;
}
