/* WTWR_RESULTS_PLACE_ODDS_V1 */
#rxRaces .wtwr-place-line-v1{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  margin-top:8px;
  min-height:24px;
  font-size:9px;
  line-height:1;
}
#rxRaces .wtwr-place-line-v1 .wtwr-place-label{
  font-weight:950;
  letter-spacing:.07em;
  opacity:.62;
}
#rxRaces .wtwr-place-line-v1 strong{
  display:inline-flex;
  align-items:center;
  padding:5px 8px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:7px;
  background:rgba(255,255,255,.055);
  color:inherit;
  font-size:11px;
  font-weight:950;
}
#rxRaces .wtwr-place-line-v1 em{
  font-style:normal;
  font-weight:850;
  opacity:.58;
}
#rxRaces .wtwr-place-outcome{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:39px;
  padding:5px 7px;
  border-radius:6px;
  font-weight:950;
  letter-spacing:.04em;
}
#rxRaces .wtwr-place-outcome.hit{
  background:#128443;
  color:#fff;
}
#rxRaces .wtwr-place-outcome.lost{
  background:#a61b29;
  color:#fff;
}
#rxRaces .wtwr-place-outcome.void{
  background:#6d7681;
  color:#fff;
}
#rxRaces .wtwr-place-outcome.noterm{
  background:#27313d;
  color:#aeb6c0;
}
