Hey Asbjørn,
It seems like you are not satisfied with how the “buy tickets” box appears on your site – is this accurate?
If so, then unfortunately this is because of your theme, not WooCommerce Tickets itself.
To customize the appearance of that box you will have to write custom CSS on your site. For example, if you wanted to get rid of all borders you could try CSS like this:
table.tribe-events-tickets td {
border: none !important;
}
Let me know your thoughts here.
Thank you!
George