﻿body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font: 11pt "Calibri";
    color: #034305;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.page {
    width: 210mm;
    height: 72mm;
    padding: 15PX;
    margin: .5cm auto 1cm;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.subpage {
    margin-top: 10px;
    padding: 10px;
    border: 0px #000 double;
    height: 72mm;
    /*outline: 1cm #FFEAEA solid;*/
    color: #034305;
}

.card {
    margin: 0 auto;
    padding-top: 20px;
    width: 700px;
    height: 208px;
    border: solid 0px #000;
    background-image: url('/images/cardtrs.png');
    background-repeat: no-repeat
}

.card-a {
    width: 332px;
    float: left;
    text-align: center;
    position: relative;
    border: solid 0px #000
}

.card-b {
    width: 290px;
    float: left;
    margin-left: 60px;
    margin-top: 0px;
    text-align: center;
    position: relative;
    border: solid 0px #000
}

table {
    border-collapse: collapse;
    border: 0px;
    font-size: 10pt;
    border: 0px solid #808080;
    width: 100%;
}

.magin-bottom {
    margin-bottom: 10px !important;
}

table, th, td {
    border: 0px solid #808080;
    text-align: left;
    vertical-align: text-top;
    width: 100%;
}

    table tr {
        height: 25px;
        line-height: normal;
        margin-bottom: 10px !important;
        display: table-row
    }

th {
    font-weight: bold;
    /*white-space: nowrap;*/
    border-bottom: 0px solid #808080;
    width: 75%;
    vertical-align: text-top;
    font-size: 13px;
}

td {
    width: 25%;
    font-size: 11px;
    font-weight: bold;
}

span {
    font-weight: bold;
    margin-right: 10px;
}

.divleft {
    width: 100%;
    float: left;
    margin-left: 10px;
    margin-bottom: 0px;
    line-height: normal;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    border-bottom: 0px solid #808080;
}

.divRight {
    float: left;
    font-size: 12px;
    font-weight: bold;
    white-space: normal;
    border-bottom: 0px solid #808080;
    float: left;
    width: 100%;
    margin-left: 10px;
    margin-bottom: 5px;
    text-wrap: normal;
    line-height: 16px;
    text-align: left;
}

.divlefthalf {
    width: 65px;
    float: left;
    margin-bottom: 10px;
    margin-left: 12px;
    margin-right: 12px;
    line-height: 16px;
}

.divRighthalf {
    font-weight: bold;
    white-space: nowrap;
    border-bottom: 1px solid #808080;
    float: left;
    width: 33%;
    margin-bottom: 12px;
    line-height: 16px;
}

img {
    float: right;
    margin: 0px;
    margin-right: 0px;
    /*border-radius: 50%;*/
}

.topper {
    width: 720px;
    margin: 20px auto 0;
    border: solid 0px #000;
}

@page {
    size: A4;
    margin: 0;
}

@media print {
    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }
}

.qrcodebox {
    width: 89px;
    height: 89px;
    padding: 0px;
    top: 50px;
    left: 186px;
    position: absolute;
    border: solid 2px #034305;
    background-color: #fff;
}

.msgbox {
    width: 100%;
    padding-right: 5px;
    top: 145px;
    left: 0px;
    position: absolute
}

.msgboxinner {
    font-size: 9pt;
    margin-top: 0px;
    text-align: center;
    border-top: solid 0px #FFF;
    width: 100%;
    color: #FFF;
    padding: 2px 0;
    background: rgba(4,83,6,0.9);
}

.title {
    font-size: 1.0em;
    text-align: center;
    letter-spacing: 0.5pt;
    text-transform: uppercase;
    font-family: 'Bahnschrift Condensed';
    font-weight: bold;
    line-height: normal;
    border: solid 0px #000;
    width: 332px;
    color: #034305;
    background: transparent;
    text-decoration: underline;
}

.logobox {
    width: 85px;
    top: 15px;
    left: 225px;
    position: absolute;
}

.pictureboxborder {
    border: 5px solid #034305;
    width: 87px;
    height: 95px;
    top: 62px;
    left: 34px;
    position: absolute;
}

.picturebox {
    width: 87px;
    height: 87px;
    top: 55px;
    left: 25px;
    position: absolute;
}

