/* PDF Email Layout Styles */

.pdf-title {
    color: #0076c2;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    margin: 0 0 10px;
}

.pdf-table {
    border: 0;
    width: 100%;
}

.pdf-table tr {
    display: table;
    margin-bottom: 5px;
}

.pdf-table tr td {
    color: #666;
    font-size: 12px;
    line-height: 125%;
    margin-bottom: 0;
    padding-bottom: 2px;
    vertical-align: top;
    width: 320px;
}

.pdf-table tr.header-row td {
    border-bottom: 1px solid #aaa;
}

.pdf-table tr.header-row td,
.pdf-table tr.section-header-row td {
    color: #434345;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 20px;
}

.pdf-content-container {
    background-color: #fff;
    border: 1px solid #eee;
    margin: 0 auto 22px;
    padding: 32px 40px;
    width: 600px; /* Fit inside portrait pdf dimensions */
}

