/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.event-details {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem
}

.purchase-ticket-button {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #f79320;
    border-radius: 0.25rem;
    color: #fff !important;
    text-decoration: none !important;
}

.event-ticket-buttons {
    text-align: left;
}

.event-image-container {
    margin-bottom: 20px;
}
