img {
	height: auto;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

table td {
  text-align: center;
  background:#f7f7f7;
  padding:6px;
}

table td.ct-img {
  text-align: center;
  background:#ffffff;
}

table td.note {
  text-align: center;
  background:#dcdcdc;
  padding:8px;
}

table th {
  padding-left: 8px;
  text-align: center;
}
table thead tr th {
  height: 60px;
  background: #4DB6AC;
  font-size: 16px;
  text-align: center;
  color:#fff;
}
table tbody tr {
  height: 48px;
  border-bottom: 1px solid #d4d4d4;
}

table th {
  background: #eaeaea;
}
table td.l,
table th.l {
  text-align: left;
}
table td.c,
table th.c {
  text-align: center;
}
table td.r,
table th.r {
  text-align: right;
}

body {
  background: #f2f2f2;
  font: 400 14px "Calibri", "Arial";
  padding: 10px;
}

blockquote {
  color: white;
  text-align: center;
}
