#jump-height-search, #breed-search{
  margin-top: 10%;
}

.table-content tbody tr:nth-child(odd) {
    background-color: rgb(220,220,220);
}

.tr-white-data{
  background-color: white;
}

#next-anch{
  position: absolute;
  margin-left: 38%;
}

@media only screen and (max-width: 1024px) {
    #next-anch {
      position: absolute;
      margin-left: 75%;
    }
}
