.email-intro{
    background: rgb(225,240,248);
    text-align: center;
    color: rgb(0,0,0);
    font-weight: 400;
}
.email-intro h1{
    text-transform: uppercase;
    margin: 25.0px 0 1.0em;
    font-weight: 700;
}
.email-summary{
    text-align: center;
    color: rgb(0,0,0);
    font-weight: 400;
}
.email-summary h1{
    margin-top: 15px;
    border-bottom: 0;
    font-weight: 400;
}
table.email-items  thead{
    background-color: #EAEAEA;
}
table.email-items  tbody:nth-child(even){
    background-color: #F6F6F6;
}

table.email-items  tfoot tr th{
    background-color: inherit;
}
table.email-items  tfoot tr td{
    background-color: inherit;
}