/* PDF Export Page Size Styles */
/* Dimensions other than px and em should be divided by 1.33 for the proper PDF output */

/* A4 Size */
.size-a4 {
    width: 6.2in;
    height: 8.7in;
}

/* Letter Size */
.size-letter {
    width: 6.3in;
    height: 8.2in;
}

/* Executive Size */
.size-executive {
    width: 5.4in;
    height: 7.8in;
    font-size: 12px;
}

.size-executive .pdf-header {
    margin-bottom: .1in;
}

/* Legal Size */
.size-legal {
    width: 6.3in;
    height: 10.2in;
}

/* Folio Size */
.size-folio {
    width: 6.3in;
    height: 9.5in;
}

/* Tabloid Size */
.size-tabloid {
    width: 10.2in;
    height: 6.3in;
}

/* A Sizes */
.size-a0 {
    width: 33.1in;
    height: 46.8in;
}

.size-a1 {
    width: 23.4in;
    height: 33.1in;
}

.size-a2 {
    width: 16.5in;
    height: 23.4in;
}

.size-a3 {
    width: 11.7in;
    height: 16.5in;
}

.size-a5 {
    width: 4.1in;
    height: 5.8in;
}

.size-a6 {
    width: 2.9in;
    height: 4.1in;
}

.size-a7 {
    width: 2.0in;
    height: 2.9in;
}

.size-a8 {
    width: 1.5in;
    height: 2.0in;
}

.size-a9 {
    width: 1.0in;
    height: 1.5in;
}

.size-a10 {
    width: 0.7in;
    height: 1.0in;
}

/* B Sizes */
.size-b0 {
    width: 39.4in;
    height: 55.7in;
}

.size-b1 {
    width: 27.8in;
    height: 39.4in;
}

.size-b2 {
    width: 19.7in;
    height: 27.8in;
}

.size-b3 {
    width: 13.9in;
    height: 19.7in;
}

.size-b4 {
    width: 9.8in;
    height: 13.9in;
}

.size-b5 {
    width: 6.9in;
    height: 9.8in;
}

.size-b6 {
    width: 4.9in;
    height: 6.9in;
}

.size-b7 {
    width: 3.5in;
    height: 4.9in;
}

.size-b8 {
    width: 2.4in;
    height: 3.5in;
}

.size-b9 {
    width: 1.7in;
    height: 2.4in;
}

.size-b10 {
    width: 1.2in;
    height: 1.7in;
}

/* C Sizes */
.size-c0 {
    width: 36.1in;
    height: 51.1in;
}

.size-c1 {
    width: 25.5in;
    height: 36.1in;
}

.size-c2 {
    width: 18.0in;
    height: 25.5in;
}

.size-c3 {
    width: 12.8in;
    height: 18.0in;
}

.size-c4 {
    width: 9.0in;
    height: 12.8in;
}

.size-c5 {
    width: 6.4in;
    height: 9.0in;
}

.size-c6 {
    width: 4.5in;
    height: 6.4in;
}

.size-c7 {
    width: 3.2in;
    height: 4.5in;
}

.size-c8 {
    width: 2.2in;
    height: 3.2in;
}

.size-c9 {
    width: 1.6in;
    height: 2.2in;
}

.size-c10 {
    width: 1.1in;
    height: 1.6in;
}

