div.species .speciesImage {
  height: 155px;
  width: 155px;
  object-fit: cover;
}

tbody tr td.labels.font-light {
 display: inline-flex;
}

div.species {
  width: 167px;
  height: 200px;
  padding: 6px;
  text-align: center;
  color: #003D80;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid white;
  margin-top: 10px;
}

div.species:hover {
  background-color: #EBEDEF;
}
div.species.selected {
  border: 1px solid #888b90;
}

input[name="custom_329"] {
  display: none;
}

#editrow-custom_329 div.label {
  display: none;
}

#editrow-custom_329 div.content {
  margin-left: 0px;
}

#editrow-custom_329 tr {
  display: inline-flex;
}

.crm-container #editrow-custom_329 td {
 padding: 0px;
}

#editrow-custom_329 input.crm-form-radio + label {
 margin-left: 5px;
}

.decide {
 padding-top: 42px; 
}

.decide,
.decidebold {
 text-transform: none;
 font-weight: normal;
 font-size: 12px;
 line-height: 18px;
 font-family: "Calibre",Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
}

.decidebold {
 font-weight: 600;
 font-size: 17px;
}
