a, a:hover, a:focus, a:visited {text-decoration:none;}

.card {
    background: whitesmoke;

}

.navbar, .navbar.navbar-default {
    background-color: #333333;
}

.done > a {
    color:red !important;
}

.card .content {
    min-height: 500px;
}
page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
    box-sizing: border-box;
    padding: 2.7cm 1.5cm 2cm 2.5cm;
}
page[size="A4"] {
    width: 21cm;
    height: 29.7cm;
}

@media print {
    body, page {
        margin: 0;
        box-shadow: 0;
    }
}
page #letterLeft, page #letterRightTicket {
    height: 9cm;
    box-sizing: border-box;
    float:left;

}
page #letterLeft{
    width: 10.5cm;
}

page #letterRightTicket{
    width: 6cm;
    border: dashed black 3px;
    padding: 0.5cm;
    font-size: 0.9em;
    line-height: 1.2em;
    font-weight: 500;
}

page #letterMessage {
    width: 21cm;
}

span.input-group-addon {
    text-align: left;
    min-width: 90px;
    font-weight: 500;
}

page h1 {
    font-size: 2em;
    margin: 0 0 1em 0;
}
page h2 {
    font-size: 1.8em;
}
page h3 {
    font-size: 1.6em;
}
page h4 {
    font-size: 1.4em;
}
page h5 {
    font-size: 1.2em;
}
page h6 {
    font-size: 1em;
}
page #TicketPreview table {
    width:90%;
}

page #letterMessage {
    clear:both;
    margin: 0;
    width: 16.5cm;
    padding-top:2em;
}

page #letterSender {
    font-size:0.8em;
    text-decoration: underline;
}

page .receiverAddress {
    margin-top:-0.3cm;
    margin-bottom: 1cm;
    font-weight: 500;
    font-size: 1em;
}

page .ticketQrCode {
    width:3.5cm;
    display:block;
    margin:0 auto;
}

page #QRCodeText {
    font-size: 0.75em;
    font-weight:normal;
    text-align: center;
    margin-top:-0.35cm;
}
page #ticketBottom {
    font-weight: normal;
    font-size: 0.85em;
    text-align: center}

page #ticketValidBeg, page #ticketValidEnd {
    font-weight: normal;
    font-size: 0.9em;
}
page #ticketType {
    margin-bottom: 0.2cm;
}
page #ticketValidBeg span, page #ticketValidEnd span {
    display:block;
    float:right;
}

