/**
 * Visually hidden legend
 */

.TicketSelection legend {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

/**
 * Optimise buttons a little bit
 */

.TicketSelection button {
    margin: 0 0.5em 0.5em 0;
}
