.gallery {
  background: #eee;
}

.gallery-cell {
  width: 96%;
  height: 200px;
  margin-right: 10px;
  background: #8c8;
  counter-increment: gallery-cell;
  border-radius: 10px;
}

.gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

#modal-my-page .register-line {
  border: none;
  height: 55px;
  border-radius: 10px;
}

.striped {
  background: repeating-linear-gradient(-45deg, #19e36d, #0aff72 13px, #24B925 13px, #38c172 20px);
}

.content-plan-list {
  margin-bottom: 150px;
}

.content-plan-list .text-content {
  font-size: 18px;
}

.content-plan-list .text-content p:last-child {
  line-height: 30px;
  font-size: 16px;
}

.wrapper {
  position: relative;
  display: inline-block;
  margin-left: -5px;
}

.wrapper .fa-star {
  font-size: 28px;
  padding: 5px 2px;
}

.wrapper .checked {
  color: #FFC107;
}

.title-ticket {
  font-size: 12px;
}

.text-content .description {
  font-size: 12px !important;
}

.box-ticket {
  cursor: pointer;
}

