body {
    padding-top: 50px;
    font-family: 'Calibri', Arial, Helvetica, sans-serif;
}

.customLink1 {
    color: #333;
}

.customLink1:hover {
    color: #333;
    text-decoration: none;
}

.error1 {
    color: #ff0019;
}

.eventContainer1 {
    color: #333;
}

.eventContainer1:hover {
    color: #000;
    text-decoration: none;
}

.eventContainer1 > .poster {
    height: 200px;
    overflow: hidden;
}

.hide_first {
    display: none;
}

.hide_tag {
    display: none;
}

.inactive1 {
    color: #ff0019;
}

.payment_method > .information {
    display: none;
}

.seat_container {
    text-align: center;
}

.seat_container > .scontainer {
    display: inline-block;
    width: 35px;
    height: 47px;
    font-size: 0.8em;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.seat_container > .scontainer > .information {
    position: relative;
    z-index: 1;
}

.seat_container > .scontainer > .information > input[type='text'] {
    border: none;
    background: none;
    text-align: center;
    width: 100%;
}

.seat_container > .scontainer > .seat_image {
    position: absolute;
    z-index: 0;
    top: 0;
}

.seat_container > .scontainer > .seat_image > img {
    width: 100%;
}

.title1 {
    font-size: 1.3em;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

.title2 {
    font-size: 1.2em;
    text-transform: uppercase;
    margin-top: 0;
}