.buyTickets{
    background: #2b2d3a;
    padding: 10px;
    color: #fff;
    display: block;
    margin-top: 10px;
    width: 100px;
    margin: 12px auto;
    text-align: center;
}
.tsiBox ul{
    list-style: none;
    height: auto;
    overflow: hidden;
    margin-bottom: 0px !important;
}
.tsiBox ul li {
    display: inline-block;
    padding: 0px 0px !important;
    vertical-align: text-top;
}

.tsiBox ul li img {
    width: 26px;
    float: left;
}

.tsiBox ul li p {
    margin-left: 7px;
    float: left;
    font-size: 13px;
    width: 84px;
    line-height: 13px;
    margin-bottom: 0px;
}


.tsiBox ul li.leftSide {
    width: 130px;
    margin-right: 0px;
}

.tsiBox ul li.rightSide{
    width: 130px;
    margin-left: 18px;
}

.tsiBox {
    margin-bottom: 15px;
    border-bottom: 1px solid #383759;
    padding: 5px 0px 10px 0px;
    position: relative;
}

.tsiBox div.dt {
    margin-top: 20px;
}

.tsiBox div {
    font-size: 13px;
    display: inline-block;
    margin-right: 15px;
}

.tsiBox:last-child{
    border:none;
}
.buytick {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(-180deg);
    height: 83%;
}
.tsiBox .ticketBox {
    position: absolute;
    right: -15px;
    top: 0px;
    background: #2b2d3a;
    bottom: 0px;
    padding: 9px;
}
.tsiBox .ven p{
    margin-bottom: 0px !important;
}

.tsiBox .dt p{
    margin-bottom: 0px !important;
}
#text-2 h4{
    display: block !important;
}

@media(min-width:200px) and (max-width:568px){
    .tsiBox .ticketBox {
        right: -30px;
    }

    .tsiBox ul li.leftSide {
        width: 120px !important;
    }

    .tsiBox ul li.rightSide{
        width: 120px !important;
    }

    .tsiBox .ticketBox {
        position: relative;
        right: 0px;
        margin-top: 10px;
        display: block;
        text-align: center;
    }

    .buytick {
        transform: rotate(0deg) !important;
        height:auto !important;
        writing-mode: horizontal-tb !important;
    }
    .red a{
        color: red !important;
    }

}