/* Padding space for ticket options on event pages */
.neoncrm-ticket-options-table td {
padding-right: 30px;
}
/* Padding space for ticket options on event pages */.neoncrm-ticket-options-table td {
padding-bottom: 20px;
}
/* Helps widen alt web templates */@media (min-width: 992px) {
.col-md-6 {
    width: auto !important;
}
#form-wrapper {
 width: 720px;
 margin: 0px auto 0px auto;
}
.col-md-offset-3 {
 margin-left: 12%;
 margin-right: auto;
}
.container {
    width: 970px;
}