input[type='button'],
input.buttonClass,
input.buttonclasslist,
input.buttonclass,
input.button40x16,
input.button50x16,
input.button60x16,
input.button70x16,
input.button80x16,
input.button100x16,
input.button120x16,
input.button150x16,
input.button200x16,
input.button220x16,
input.button80x28 {
  text-align: center;
  font-size: 12px;
  border: 1px solid rgba(154, 155, 157,.2);
  padding: .2em .5em;
  color: #FFFFFF;
  background-color: #0078c9;
  cursor: pointer;
  margin: 1px .5em;
  box-shadow: 0 1px 2px rgba(154, 155, 157,.2);
}

input[disabled="disabled"], input.disabled {
  opacity: .6;
  cursor: inherit;
}

input.button40x16 {
  width: 40px;
}

input.button60x16 {
  width: 60px;
}

input.button100x16 {
  width: 100px;
}

input.button150x16 {
  width: 150px;
}

input.button200x16 {
  width: 200px;
}

input.button220x16 {
  width: 220px;
}

input.button80x28 {
  width: 80px;
}

#searchDiv table .buttonClass {
  float: right;
}

#business-rule-container #operators-wrapper #operators input,
#editor-bounding-box #operators-wrapper #operators form input {
  background-color: #9a9b9d;
  margin: 2px;
  width: 7.8em;
  padding: 0;
  font-size: 1em;
}
