#confirm_vet_visit_form .fi label:not(.radio-label) {
  display: inline-block;
  width: 250px;
  font-weight: bold;
}

div.euee-status{
  display:inline-block;
  padding: 0.5em;
  color: white;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 1em;
font-weight: bold;
}
div.euee-jqgrid-status{
  display:inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: white;
  text-align: center;
  border-radius: 10px;
}
div.noteligible {
  background-color: red;
}
div.eligible {
  background-color: green;
}
#vet_visit_practice_address {
  width: 500px;
}
.fi label[for=move_date] {
  font-weight: normal;
}

#query_div {
  width: 100%;
}

div.buttons {
  display: inline;
}

button[type=submit] {
  font-weight: bold;
  cont-color: black;
}

.user_guide {
  float: right;
}
