.user-ticket-count {
  display: block;
  background-color: #152a69;
  font-weight: 800;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  padding: 15px 30px !important;
  display: inline-block;
  color: #fff !important;
  border-radius: 4px;
  text-transform: uppercase;

  order: 51;
}

@media screen and (min-width: 700px) {
  .user-ticket-count {
    text-align: left;
    order: 61;
  }
}

#enter-comp .user-ticket-count {
  text-align: center;
}
