﻿.ticket, .obsolete-ticket {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    font-size: 14px;
    padding: 5px 10px;
}

.ticket {
    background-image: url('../../images/ticketbg1.png');
}

.obsolete-ticket {
    background-image: url('../../images/ticketbg2.png');
}

.ticket-box {
    overflow:hidden;
}

.ticketboth {
    position:relative;
} 

.t-left {
    width: 29%;
    float: left;
}
.t-right {
    width:71%;
    float:right;
    padding:3px 0 3px 8px;
}

.t-price {
    display:block;
    text-align:center;
    font-size:24px;
    font-weight:900;
    color:#fff;
    height:135px;
    line-height:135px;
}
.t-quantity {
    display:block;
    width:28%;
    position:absolute;
    top:60%;
    text-align:center;
    font-size:18px;
    color:#fff;
}

.s-title {
    font-size: 16px;
}

.t-title {
    font-size:14px;
    font-weight:600;
}


.t-info {
    font-weight:600;
    padding-top:5px;
}

    .t-info span {
        padding-left:3px;
        font-weight:400;
        color:#808080;
    }


