﻿
.ticket-unused {
    color: cornflowerblue;
    font-weight: 800;
    cursor:pointer;
}

.ticket-used {
    color: darkgrey;
    font-weight: 600;
    cursor: not-allowed;
}
