.ticket {
    font-size: 14px;
    font-style: normal;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    border: 1px solid brown;
    border-radius: 10px;
    margin: 5px;
    padding: 10px;
}
.ticket, .rows, .qrCode, .dates .starts div, .dates .ends div {
    display: inline-block;
}
@media print {
    .rows {
        padding-right: 6em;
    }
}
@media screen {
    .rows {
        width: 40em;
    }
}
.rows {
    float: left;
}
.eventDetails {
    padding-bottom: 2em;
}
.eventName .value {
    font-size: 2em;
    padding-bottom: 0.5em;
}
.ticketType {
    font-size: 1.5em;
}
.row {
    padding-bottom: 0.5em;
}
.dates .starts div, .dates .ends div {
    padding-right: 1em;
}
.discountDetails {
    font-style: italic;
    color: brown;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.fl{float:left;}
.fr{float:right;}
.cb{
    clear:both;
    height: 0;
}

body {
    color: #414141;
    font-family: arial, sans-serif;
}

strong {
    font-weight: 700;
}

.main {
    width: 960px;
    margin: 0 auto;
    padding: 60px 0 0 0;
}

.ticket-wrapper {
    position: relative;
    width: 960px;
    margin: 0 auto 20px;
}

.ticket-header {
    width: 100%;
}

.logo-wrapper {
    float: left;
    width: 180px;
    height: 70px;
    margin: 0 0 -1px 0;
    text-align: center;
    line-height: 70px;
    background: #fff;
    border: 1px solid #424242;
    border-bottom: none;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.logo-wrapper img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.fyi-wrapper {
    float: right;
    width: 290px;
    height: 70px;
    margin: 0 0 -1px 0;
    text-align: center;
    line-height: 70px;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    border: 1px solid #424242;
    border-bottom: none;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ticket-content {
    width: 958px;
    padding: 20px 0 0 0;
    border: 1px solid #424242;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.first-column,
.second-column,
.third-column {
    float: left;
}

.first-column {
    width: 285px;
    padding: 20px 0 0 0;
    margin: 0 45px 0 60px;
}

.first-column .top {
    width: 100%;
    text-align: right;
    font-weight: 700;
    margin: 0 0 40px 0;
}

.first-column .top h1 {
    font-size: 25px;
}

.first-column .top h2 {
    font-size: 42px;
}

.first-column .top h5 {
    font-size: 18px;
}

.first-column .bottom span {
    display: block;
    font-size: 14px;
    line-height: 16px;
}

.first-column .bottom .date {
    margin: 0 0 20px 0;
}

.first-column .bottom .location {
    width: 160px;
    font-size: 12px;
}

.separator {
    float: left;
    width: 1px;
    height: 190px;
    background: #757575;
    margin: 20px 0 0 0;
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #a6a6a6;
}

.second-column {
    width: 260px;
    margin: 0 0 0 30px;
    padding: 20px 0 0 0;
}

.second-column .row {
    line-height: 20px;
    margin: 0 0 5px 0;
}

.second-column .row.last {
    margin: 0;
    padding-bottom: 2em;
}

.third-column {
    padding: 0 0.5em;
    text-align: left;
}

.third-column img {
    width: 100%;
    max-width: 255px;
    height: auto;
}

.ticket-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 958px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    text-indent: 300px;
    font-weight: 700;
    font-size: 16px;
}

.footer-wrapper {
    width: 960px;
    font-size: 12px;
    line-height: 16px;
}

.footer-top {
    text-align: justify;
    margin: 0 0 30px 0;
}

.footer-bottom {
    text-align: left;
}

.footer img {
    padding-top: 1em;
    max-height: 100%;
    max-width: 100%;
}



