<style type=“text/css”>

.email-metadata {
  width: 100%;
  background: #fff;
  font-size: 12pt;
  font-family: Arial;
  padding-bottom: 20px;
}
.email-metadata table {
  width: 100%;
}
.email-attachments {
  padding: 0;
  margin: 0;
}
.email-attachments:before,
.email-attachments:after {
  content: "";
  display: table;
}
.email-attachments:after {
  clear: both;
}
.attachement {
  padding: 5px 10px;
  background-color: #eaeaea;
  border: 1px solid #ccc;
  display: table;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.filename {
  display: table-cell;
  width: 75%;
}

.file-size {
  display: table-cell;
  width: 25%;
  font-size: 80%;
  color: #aaa;
  padding-left: 5px;
  text-align: right;
}

pre {
  white-space: pre-wrap;
}

body {
  margin: 0;
  padding: 0;
}

</style>