div#placePhoto .bar, div#checkPhoto .bar {
    margin: 20px 0;
}

li.ticketInfo a {
    text-decoration: underline;
}


section#addreview.ext {
    text-align: center;
}

section#addreview.ext li {
    list-style: none;
}

section#addreview.ext textarea {
    height: 200px;
}

section#addreview.ext > div.wrap {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

section#addreview.ext form > ul li.rating > div.review-form-rating {
    text-align: center;
}

section#addreview.ext form > ul,
section#addreview.ext form > ul > li:first-of-type {
    margin-bottom: 20px;
    clear: both;

}

section#addreview.ext form > ul > li:first-of-type {
    text-transform: uppercase;
}

section#addreview.ext li.captcha {
    position: relative;
}

section#addreview.ext li.captcha img {
    position: relative;
    margin: 20px 0 0;
    background: white;
}

section#addreview.ext .input {
    padding: 12px;
    width: 100%;
    border: 0;
    outline: none;
    background-color: rgba(255, 255, 255, 1);
    color: black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: Tahoma;
}


@media (max-width: 770px) {
    section#addreview.ext li {
        display: block !important;
        width: 100% !important;
        text-align: left;
        margin: 0 0 10px;
    }

    section#addreview.ext form > ul li.rating > div.review-form-rating {
        margin: 0;
    }

    section#addreview.ext > div.wrap {
        max-width: none;
    }

    section#addreview.ext form > ul li.rating > div.review-form-rating {
        text-align: left;
    }
}