﻿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;
    line-height: 15px;
}
/* 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;
}

body {
    background: rgb(204,204,204);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}

page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}

    page[size="A4"] {
        width: 21cm;
        /*height: 29.7cm;*/
        page-break-before: always;
    }

    
@media all {
	.page-break	{ display: none; }
}

@media print {
      body, page {
        margin: 0;
        box-shadow: 0;
    }

page {
    background: white;
    display: block;
    margin: 0 auto;
    /*margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);*/
}

/*p{
    page-break-after:auto!important;
}*/

    page[size="A4"] {
        width: 100%;
        /*height: 29.7cm;*/
        /*page-break-before: always;*/
    }
}
.page-inner-padding {
    padding: 35px 20px;
}

html > body * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1 {
    font-size: 20px;
    font-weight: 100;
    text-align: center;
    margin: 10px 0;
}

.heading {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

h2 {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin: 5px;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 3px 0 4px;
}

table td, table th {
    padding: 6px;
}

table, table tr, table td, table th {
    border: 1px solid #666;
    width: 100%;
}

.col16 {
    width: 16.6%;
}



.col25 {
    width: 25%;
}

.col75 {
    width: 75%;
}

.col43 {
    width: 43.15%;
}

.col7 {
    width: 7%;
}

.col30 {
    width: 30%;
}

.col84 {
    width: 83%;
}

.col26 {
    width: 29%;
}

.col13 {
    width: 13%;
}


.col33 {
    width: 33%;
}

.col70 {
    width: 70%;
}

.col50 {
    width: 50%;
}

.col100 {
    width: 100%;
}

table th,
.bold {
    font-weight: bold;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.no-padding {
    padding: 0;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.no-border {
    border: 0 !important;
}

.verticle-align {
    vertical-align: middle;
}

.height80 {
    height: 80px;
}

.pad5px {
    padding: 5px;
}

.clear {
    clear: both;
}

.left-pad {
    padding: 0 0 0 15px;
}

.verification-section {
    padding: 40px 0;
}

    .verification-section .title {
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        background: #DDD;
        border: 1px solid #000;
        padding: 6px;
    }

    .verification-section p {
        font-size: 14px;
        line-height: 26px;
        padding: 20px 10px;
    }

        .sign-span,
        .verification-section p span {
            padding: 2px 5px;
            border-bottom: 1px solid;
            display: inline-block;
            width: 205px;
        }

.sign-span {
    margin-top: 15px;
    margin-bottom: 05px;
    width: 340px;
}

    .sign-span.small {
        margin-top: 10px;
        margin-bottom: 0;
        width: 250px;
        text-align: left;
        vertical-align: bottom;
    }

.verification-section p span.big-span {
    width: 480px;
}

.fl {
    float: left;
}

.pad3px {
    padding: 3px;
}

.pad10pxLR {
    padding: 0 10px;
}

.pad13pxTB {
    padding: 13px 0;
}

.pad10pxLR.pad3px {
    padding: 20px 10px;
}
