

.table-mail p{
   margin-bottom: 10px;
}


.table-mail a{
   color: #0070f0;
   line-height: 1.8;
}


.table-mail tr.tr-caption{
   background-color: #e4f6fe;
   font-weight: bold;
   text-align: center;
   color: #000;
}


.table-mail td{
   padding: 10px;
   border: 1px solid #cccccc;
}

.table-mail td.td-caption{
   font-weight: bold;
   width: 30%;
}

.table-mail td.td-content{
   width: 70%;
}

.table-mail tr.odd {
   background: #fff;
}

.table-mail tr.even {
   background: #f9f9f9;
}