/* v490: match route numbers to exchange-name typography and align Transfer. */
#arbitrageWorkspace .arbitrage-row-price b,
#arbitrageWorkspace .arbitrage-row-volume b{
  color:#e8eff9;
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  font-weight:850;
  line-height:normal;
}

#arbitrageWorkspace .arbitrage-table-head>span:last-child,
#arbitrageWorkspace .arbitrage-transfer{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  justify-self:stretch;
  padding-left:0;
  text-align:center;
}

#arbitrageWorkspace .arbitrage-transfer.ready{
  flex-direction:column;
}
