span {
	display: inline !important;
}

.opa-submit {
  background: none !important;
  background-color: rgb(30, 25, 100) !important;
}


.opa-submit:hover {
  background: none !important;
  background-color: rgb(92,204,255) !important;
} 

.opa-back {
  background: none !important;
  background-color: rgb(30, 25, 100) !important;
}


.opa-back:hover {
  background: none !important;
  background-color: rgb(92,204,255) !important;
} 

.select_number{
  min-height: 135px;
  outline: rgb(114, 119, 128) solid 1px;
  outline-offset: 0px; 
  border: 0px; 
  box-sizing: border-box; 
  width: 100%; 
  font-family: inherit; 
  font-size: inherit; 
  font-weight: inherit; 
  font-style: inherit; 
  color: inherit; 
  vertical-align: top; 
  max-width: 130px;
}

.select_bool{
  min-height: 57px;
  outline: rgb(114, 119, 128) solid 1px;
  outline-offset: 0px; 
  border: 0px; 
  box-sizing: border-box; 
  width: 100%; 
  font-family: inherit; 
  font-size: inherit; 
  font-weight: inherit; 
  font-style: inherit; 
  color: inherit; 
  vertical-align: top; 
  max-width: 130px;
}

.select_options{
  min-height: 95px;
  outline: rgb(114, 119, 128) solid 1px;
  outline-offset: 0px; 
  border: 0px; 
  box-sizing: border-box; 
  width: 100%; 
  font-family: inherit; 
  font-size: inherit; 
  font-weight: inherit; 
  font-style: inherit; 
  color: inherit; 
  vertical-align: top; 
  max-width: 130px;
}