/* Best progeny - individual horse page */
.formbutton {
  background-color: #0037b2;
  color: #fff;
  padding: 6px 8px 3px;
}
.is-path-best-progeny form#selection {
  background-color: #f2f2f2;
  overflow: hidden;
  padding: 8px;
}
.is-path-best-progeny form#selection #search div:first-child{
  margin-bottom: 12px;
}
.is-path-best-progeny .titlebold {
  font-size: 18px;
  color: #0037b2;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
}
.is-path-best-progeny .titlenormal {
  font-size: 18px;
  color: #0037b2;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 5px;
}
.is-path-best-progeny table#races {
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  margin: 24px 0;
}
.is-path-best-progeny table.best-progeny thead td {
  color: #0037b2;
  font-weight: bold;
}
.is-path-best-progeny table.best-progeny td {
  padding: 3px 1px 3px 3px;
  border-bottom: 1px solid #ccc;
}
