form.form-horizontal {
    background-color: white;
    padding: 20px;
    font-size: 16px;
    border-radius: 10px;
}


input.btn.btn-danger {
    font-size: 16px;   
}

input.form-control {
    font-size: 16px;
}

form.form-horizontal h2 {
    margin-top: 0px;
    color: #bd0000;
    letter-spacing: 1px;
    /* text-transform: capitalize; */
}

form.form-horizontal img {
    /* padding-top: 0px; */
    margin-top: -30px;
}

select.form-control {
    font-size: 16px;
}

img.top-logo {
    width: 400px;
    padding: 20px;
}

.tix-panel{
    text-align: center;
}

table.event-table tr td {
    padding: 10px;
    border-bottom: 1px solid lightgray;
}

table.event-table tr.heading td {
    padding: 10px;
    background-color: #f1f1f1;
    font-weight: bold;
    letter-spacing: 1px;
}

table.event-table tr td {
    padding: 5px;
    border-bottom: 1px solid lightgray;
    font-size:14px;
}

td.edv-ecname {
    color: #D90000;
    font-size: 18px !important;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
}

td.oe-edv {
    color: #444444;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
}

span.estitle {
    display: block;
    color: #dc7171;
    font-size: 12px;
}

span.evinfo {
    display: block;
    font-size: 12px;
}

.img-responsive{
    width: 300px;
    padding-top: 20px;
}
.top-bar{
    display: block;
}

.order-heading a {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #e42929;
}

a.print-receipt {
    /* float: right; */
    color: red;
    letter-spacing: 1px;
}
