.progress {
  overflow: visible;
}
.progress-percent {
  color: #fff;
  min-width: 3rem;
  padding: 6px;
  text-align: right;
  font-size: 1rem;
  line-height: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 25px;
}
.progress-percent.low-percent {
  float: left;
  border-left: 1px dashed #fff;
}
.progress-percent.high-percent {
  float: right;
  border-right: 1px dashed #fff;
}
.progress .determinate {
  max-width: 100%;
}
.no-pad {
  padding: 0;
}
.secondary-content > i {
  cursor: pointer;
}
#instant_ticket {
  cursor: pointer;
}