.tribe-tickets__notice {
  grid-column: 0 !important;
  grid-row: none !important;
}

.event_body ul {
  margin: 40px !important;
}

@media (max-width: 1024px) {
  table.tribe-events-tickets tr:not(.tribe-event-tickets-plus-meta) {
    flex-direction: row !important;
  }
}

@media (max-width: 640px) {
	.caputos_event_wrapper img {
		width: 100%;
	}
	
  .tribe-events-tickets .woocommerce:before {
    content: "" !important;
  }

  .tribe-events-tickets .tribe-tickets-form-row {
    border-bottom: 1px solid silver !important;
  }

  .tribe-events-tickets .tribe-tickets-form-row .woocommerce:before {
    content: "Qty: " !important;
    margin-right: 5px;
  }
}

@media (max-width: 414px) {
  table.tribe-events-tickets tr:not(.tribe-event-tickets-plus-meta) {
    flex-direction: column !important;
  }

  .tribe-events-tickets td.tickets_price {
    text-align: center !important;
  }
}
